- Clear events when user click Settings > Apps > All apps > top-right button > "Reset app preferences" - Update AppOptModeSharedPreferencesUtilsTest from robotest to unit test. Bug: 338965652 Test: atest + manual Change-Id: Ib0a1bd113ab31fea247e5a5430ab35b252c6e1f5
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