Settings page should not show if device credential is not confirmed Bug: 111548037 Fixes: 116531896 Test: adb shell settings get secure face_unlock_app_enabled Test: make -j56 RunSettingsRoboTests Change-Id: I651ee88e9ee4017ee3dc52fa8a5d05cb8f092e1d
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.