Bug: 286551975 Bug: 350039816 Test: atest TouchpadVisualizerPreferenceControllerTest Test: Manual testing using $ adb shell settings get system touchpad_visualizer Flag: com.android.hardware.input.touchpad_visualizer Change-Id: Ic5de704c49aabf1a80d202aa890055f7337d45d4
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