Revert submission 20298870-cherrypick-require-screen-on-to-auth-bx2kw8azs3 Reason for revert: broken KeyguardUpdateMonitorTest Bug: 256762678 Reverted Changes: Id58879642:Implement SFPS “require screen on to auth” Ibc55dfa66:Implement SFPS “require screen on to auth” Change-Id: I772f6a1b3fa366bc10b200f365df79417eceb8ef
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.