Revert submission 30754151-boe_fp_unlock Reason for revert: prevent from leakage Reverted changes: /q/submissionid:30754151-boe_fp_unlock Change-Id: Ida3d127cc8cd71366c4375e90d6058e510f590c9
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