Searched refs:ACTION_MULTI_SIM_CONFIG_CHANGED (Results 1 – 13 of 13) sorted by relevance
21 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;155 filter.addAction(ACTION_MULTI_SIM_CONFIG_CHANGED); in register()293 case ACTION_MULTI_SIM_CONFIG_CHANGED: in onReceive()
25 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;252 Intent intent = new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED); in buildTestMultiSimConfigBroadcastIntent()317 assertTrue(filter.hasAction(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testRegister()
19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;447 assertEquals(ACTION_MULTI_SIM_CONFIG_CHANGED, intent.getAction()); in testSwitchMultiSimConfig_multiSimToSingleSim()556 assertEquals(ACTION_MULTI_SIM_CONFIG_CHANGED, intent.getAction()); in testSwitchFromSingleToDualSimModeNoReboot()
22 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;542 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()549 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testMultiSimConfigChange()1438 mContext.sendBroadcast(new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED)); in testPreciseDataConnectionStateChangedForInvalidSubId()
19 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;771 Intent intent = new Intent(ACTION_MULTI_SIM_CONFIG_CHANGED); in broadcastMultiSimConfigChange()
426 new IntentFilter(TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED); in onBootPhase()535 if (!TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED.equals(intent.getAction())) {
1653 case TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED:1729 filter.addAction(TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED); in startTracking()
20 import static android.telephony.TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED;670 } else if (action.equals(ACTION_MULTI_SIM_CONFIG_CHANGED)) {917 filter.addAction(ACTION_MULTI_SIM_CONFIG_CHANGED); in systemRunning()
426 case TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED: {3429 TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED);
1958 final Intent intent = new Intent(TelephonyManager.ACTION_MULTI_SIM_CONFIG_CHANGED); in setSimSlotMappings()
1345 public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = field in TelephonyManager
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
46168 …field public static final String ACTION_MULTI_SIM_CONFIG_CHANGED = "android.telephony.action.MULTI…