Screen recording: http://go/scrcast/NTk0ODczOTE4MDAzNjA5Nnw0ZGNhMzVmYS0wYg Bug: b/383901288 Test: ToggleAutoclickCursorAreaSizeControllerTest Change-Id: I745ef71d035d379e06a747f085ef9b0fef60d968 Flag: com.android.server.accessibility.enable_autoclick_indicator
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