- for Audio balance, perform haptic feedback as the seekbar's progress value is the center/min/max value. - screenshot, https://screenshot.googleplex.com/3xJUJkvJuXTUCqe Bug: 174109628 Test: make -j42 RunSettingsRoboTests ROBOTEST_FILTER=BalanceSeekBarTest Change-Id: I8b4ab37a2e635fb3b1ca2a9277a06b1e83f81bbb
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.