The APIs that back these settings got renamed so this CL just refactors all the calls to use the new names. Test: robotests still pass Bug: 126944845 Change-Id: I2975c7c79998823058db2c0ced2e5cf02216a106
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.