When a device is in DSDS mode and has two mobile network subscriptions, a user may want to completely disable one of those subscriptions. This implements the UI for this, calling into some recently added APIs in the SubscriptionManager class. Bug: 122670283 Test: make RunSettingsRoboTests Change-Id: I40fd3e777ce3542004e4761406b24196505b97d8
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.