Searched refs:ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED (Results 1 – 3 of 3) sorted by relevance
19 import static android.telephony.TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED;276 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testActivatingSecondSub()299 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testActivatingSecondSub()348 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testSimpleDsds()581 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testCarrierConfigLoading()
20 import static android.telephony.TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED;608 intent.setAction(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED); in sendSubChangeNotificationIfNeeded()
1400 public static final String ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED = field in TelephonyManager