When not allowing APN to add, user may not be able to recover easily when delete it. Therefore, avoid from APN to be deleted when adding is not allowed. Bug: 243664439 Bug: 200875858 Test: local, robolectric Change-Id: I5cf984000244b4ad901c6a4977a1368279323e0a
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.