This is related to settings_network_and_internet_v2 flag turn on. Some tests were assuming old flag behavior. Fixes: 128356137 Test: robotests Change-Id: I4eca49f24ad5a10a0fb40f2c02a2d139ba4cb1a4
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.