Bug: b/390500290 Change-Id: I942fad663d0fb731215707d7c0b18359242aecb0 Test: atest SupervisionPinRecoveryPreferenceTest Flag:android.app.supervision.flags.enable_supervision_pin_recovery_screen
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