This flow will be included in Device Unlock settings with the Fingerprint and Face Unlock. Settings will allow viewing registered authenticators and unregistering authenticators. Bug: b/293906744 Test: atest RemoteAuthSettingsTest Change-Id: I91307a8449d384ecb8d4908f595a3bf6abaef2b5
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.