This is to fix the merge conflicts within tm-qpr-dev, tm-qpr-dev-plus-aosp and master. Bug: 236101166 Test: manual Change-Id: I2f4531ccc7c59b279d14bc5c0bd6c1fe51dd475d Merged-In: I52547d10f0579fddb21091b641925910db17ef38
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.