Many multi-user strings were duplicated between SettingsLib, Settings, System UI and Car projects. This CL removes those duplicates. List of singularized strings: "Guest", "Remove guest", "Add user", "Remove guest?", "Too many incorrect attempts...." Bug: 191386817 Test: NA Change-Id: I8d9629a1a9628cab9f049df84f706bd04ee75cc2
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.