Additional clean-up work related to removal of screenlock dependency from the credentials installation flow: * Move the CredentialStorage class to security/ so that Enterprise team owners could review changes to it. * Remove the ConfigureKeyGuardDialog class as it is no longer used. * Remove attempt to unlock KeyStore from VPN settings. * Remove intents that will no longer be sent from the manifest. Bug: 120901345 Test: m -j RunSettingsRoboTests Test: Manual with CtsVerifier Change-Id: Ia708ede3366892d74c148f3712a63858d5ab53b7
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.