- Initiate and sync existing network policy when creating the instance - Imple a method to suggest list of packages to set as POLICY_REJECT - Reset/clear the policy settings once clear storage or reset preference Bug: 306329984 Test: make SettingsRoboTests Change-Id: I10ba28fee08c29bc2092820fbc8d8ac0e61d30e7
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.