Bug: 353888087 Test: atest AccessibilitySettingsTest Test: manually check all prebundled services are still in their proper groups, even after installing an APK update Flag: com.android.settings.accessibility.check_prebundled_is_preinstalled Change-Id: I023db9c37d7990deb50c9eec516619f0a8db65b7
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest