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;441 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testActivatingSecondSub()457 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testActivatingSecondSub()527 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testSimpleDsdsFirstBoot()681 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intentSent.getAction()); in verifyDismissIntentSent()835 assertEquals(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED, intent.getAction()); in testCarrierConfigLoading()
22 import static android.telephony.TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED;773 intent.setAction(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED); in sendDefaultSubConfirmedNotification()805 intent.setAction(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED); in sendSubChangeNotificationIfNeeded()
1727 public static final String ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED = field in TelephonyManager