The dialog for a setting being restricted was showing even when the password was being entered correctly. This CL makes it so that if the password is correctly entered we dismiss the dialog if it is up. Test: robotests Bug: 77722622 Change-Id: Ifc82bc1e5800afff2a0883a13bf316f84169d80d
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.