Searched refs:ACTION_MULTI_SIM_CONFIG_CHANGED (Results 1 – 7 of 7) sorted by relevance
19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;181 assertEquals(ACTION_MULTI_SIM_CONFIG_CHANGED, intent.getAction()); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
24 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;288 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()295 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()
19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;411 Intent intent = new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED); in broadcastMultiSimConfigChange()
20 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;434 } else if (action.equals(ACTION_MULTI_SIM_CONFIG_CHANGED)) {623 filter.addAction(ACTION_MULTI_SIM_CONFIG_CHANGED); in systemRunning()
1018 public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = field in TelephonyManager
45978 …field public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = "android.telephony.action.MULTI…
46122 …field public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = "android.telephony.action.MULTI…