- getActiveSubscriptionIdList To use getActiveSubscriptionInfoList to get subscription Id list - getActiveSubscriptionInfoList(Z) To use getActiveSubscriptionInfoList() instead Bug: 144478274 Test: make RunSettingsRoboTests ROBOTEST_FILTER=SimLockPreferenceControllerTest make RunSettingsRoboTests ROBOTEST_FILTER=MobileNetworkUtilsTest Change-Id: I4d6113561906af5c9e4ac7737aefac17c926059a Merged-In: I4d6113561906af5c9e4ac7737aefac17c926059a
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.