Page markup: https://screenshot.googleplex.com/5xCd2wVVyXajdCB.png Test: atest SettingsRoboTests Bug: 345399212 Flag: com.android.input.flags.keyboard_repeat_keys Change-Id: Ie60f4b6ea4de973644103c0aa0bcdfe9a1e758eb
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