Bug: 383555305 Bug: 384795606 Test: Local DUT with aconfig flags enabled, verified settings appears and is togglable. Verified toggle affects scrolling acceleration. Flag: com.android.hardware.input.mouse_scrolling_acceleration Change-Id: Ibba2bb1c3cb57b98ad34a5851bae7b9d73e48d74
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