Keep it in both app list and full usage list for now, so we don't need to update smearing code. Bug: 77156569 Test: Screenshot | RunSettingsRoboTests Change-Id: I5247da90ea591b226cafef8f2d1ffcbff387b62f
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.