help reduce the a11y settings' cold start latency. Bug: 327052480 Flag: EXEMPT bugfix low risk Test: atest com.android.settings.accessibility Test: manual (a11y settings page still shows up with correct content) Change-Id: Ib9980756d88a218ebb10f17d6a3b0d9a406a0ddd
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