Screenshot: go/screenshot-4sdpfqk5rf3u23l UI mock: go/screenshot-vcu7ui2ar9bjrm6 Bug: 388845719 Test: ToggleAutoclickRevertToLeftClickControllerTest Flag: com.android.server.accessibility.enable_autoclick_indicator Change-Id: I813613f3d920ce6795e6750c440449e78d9b9c37
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