* AccessibilityShortcutPreferenceFragment was removed, ShortcutServicePickerFragment should also removed. Bug: 142529032 Test: Manual test Change-Id: I08f96a3794235d308b10f3846f1b4f7bb4306923
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.