Data usage number was wrong because we didn't set correct subId, this CL fixes this issue. Bug: 132113657 Test: RunSettingsRoboTests Change-Id: If7c9cf2f4709d9a8e5f9a154c02de9484800d6d5
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.