- Once factory reset protection is on, user data shall not be erased. Flag: EXEMPT bug fix Fix: 345587437 Test: Manual test passed Test: atest passed Change-Id: I9506224cae7ba12c4181f2b2c676e5eb8ec27431
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