Home
last modified time | relevance | path

Searched refs:ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DMultiSimSettingControllerTest.java19 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java20 import static android.telephony.TelephonyManager.ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED;
608 intent.setAction(ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED); in sendSubChangeNotificationIfNeeded()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1400 public static final String ACTION_PRIMARY_SUBSCRIPTION_LIST_CHANGED = field in TelephonyManager