Replace all references to NetworkProviderSettings. Bug: 297036035 Test: robo test Test: manual - on internet settings Change-Id: I2a5ae5644042c982c2a284a303257896c20b7714
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.