- add haptic feedback mode to perform haptic feedback as the seekbar's progress value is updated. - add haptic feedback mode to perform haptic feedback as the seekbar's progress value is equal to the min/max value Bug: 172900709 Test: make -j42 RunSettingsRoboTests ROBOTEST_FILTER=SeekBarPreferenceTest Change-Id: I9378313d366f09bb8e7069d9240fde24af318c53
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.