1. restriction strings in App Info page 2. restriction strings in Dialog 3. restriction summary Bug: 73018395 Test: RunSettingsRoboTests Change-Id: I35f45f2923cda6380c4498ebb9e0923e6f92e46a
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.