1. Invoke it in BOOT_COMPLETED 2. Set it periodic 3. Change the anomaly history from 3 days to 30 days Bug: 72385333 Test: RunSettingsRoboTests Change-Id: Ib59a85f3dffd6c094ff400a75bec44d4c65bce44
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.