1. Disabled SIMs are accessed through getAvailableSubscriptionInfoList() API. 2. Support of DSDS enable/disable runtime change intent detection 3. Add support for AutoCloseable Bug: 144172733 Test: Manual Change-Id: Ibce65c854aee2ae07ca94cbdd4bd2ce656f5f2c8
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.