After introducing the new data usage UI behind a feature flag a bug was introduced that causes the data saver suggestion to throw an exception from a missing class reference in "legacy" mode. Bug: 73648306 Test: manual Change-Id: I4fcd2bd0f55931f40738266dca94a55fea5087b3
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.