Notify issue action launch when enrollment process is canceled Bug: 370940762 Test: atest FaceEnrollTest FingerprintEnrollTest Flag: com.android.settings.flags.biometrics_onboarding_education Change-Id: I91e2dcf44ee8cfd3e7c74d05f51a1ef30ea6f8b2
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