Replace getAvailableSubscriptionInfoList with getSelectableSubscriptionInfoList so that hidden subscriptions won't show up. Bug: 121396526 Test: manual Change-Id: I73c41a6605b68011ba5b619f9d6e8d41d18a9dcd
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.