Test: manual Bug: 375320734 Flag: com.google.android.settings.flags.pixel_fingerprint_enroll Change-Id: Iaf3acfca8471165514660a2403e69be161392501
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