Previously the screen lock and biometrics order is : UI & UX: b/182806496, b/183649070 - PIN • Face • Fingerprint - Pattern • Face • Fingerprint - Password • Face • Fingerprint By requirement, we need to reverse Fingerprint & Face position - PIN • Fingerprint • Face - Pattern • Fingerprint • Face - Password • Fingerprint • Face Also remove unused strings Fixes: 242143765 Test: Manual login corp, and observe the UI in Choose screen lock Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.password Change-Id: I1938f867360512121ecfdae8e2ca6de7002156f4
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.