Stop everything in generateChallenge() on "Face and Fingerprint Unlock" page if activity is null or finishing Also fix ignored test cases in CombinedBiometricProfileSettingsTest Bug: 292125215 Test: RunSettingsRoboTests ROBOTEST_FILTER=CombinedBiometricProfileSettingsTest Change-Id: I7a272e813bfddd5d066417a74cbd63d22f511000
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.