Ignore the VIBRATE_WHEN_RINGING deprecated settings for ring vibrations. Old behavior applied this settings only to ringer-mode normal, but never to vibrate-only ringer mode. This is being deprecated in favor of the INTENSITY_OFF value in RING_VIBRATION_INTENSITY. Fix: 222697191 Test: RingVibrationIntensityPreferenceControllerTest Change-Id: Ic05f06c6a1df392ced1bf91f67380c0c65257aea
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.