These strings may be replaced again after our UX Writing team provides new strings for the final public release. Bug: 384791485 Test: observe new strings; see http://b/384791485#comment2 Flag: EXEMPT strings changes Change-Id: I5359bc3d6faca84238fe00801a5d68e5ef8ffc2f
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