Bug: 359349392 Bug: 352598211 Test: Local DUT with aconfig flags enabled, verified settings appears and is togglable. Verified toggle affects mouse scroll direction. Flag: com.android.hardware.input.mouse_reverse_vertical_scrolling Change-Id: I9620ac9bd33da7660c7a53f969426becc4f283cc
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