Low RAM devices are allowed to use NLSs and CPSs in Android 11. Test: this, ConditionProviderVerifierActivity (cts) Bug: 161471776 Change-Id: Ic97f68dd3721ff50f31d81f0afa9f9a1c2c08e86
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.