Searched refs:ACTION_SIM_SLOT_STATUS_CHANGED (Results 1 – 8 of 8) sorted by relevance
210 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onEmbeddedSlot_Present()224 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onEmbeddedSlot_NotPresent()238 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_notBootUp()253 mContext.sendBroadcast(new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in testStartOtaUpdatingIfNecessary_onRemovableSlot()
87 if (TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED.equals(intent.getAction())) { in onReceive()156 new IntentFilter(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED)); in EuiccCardController()
1454 Intent intent = new Intent(TelephonyManager.ACTION_SIM_SLOT_STATUS_CHANGED); in onGetSlotStatusDone()
322 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:323 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
334 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:335 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
326 BroadcastBehavior: android.telephony.TelephonyManager#ACTION_SIM_SLOT_STATUS_CHANGED:327 Field 'ACTION_SIM_SLOT_STATUS_CHANGED' is missing @BroadcastBehavior
15490 …field public static final String ACTION_SIM_SLOT_STATUS_CHANGED = "android.telephony.action.SIM_SL…
3639 public static final String ACTION_SIM_SLOT_STATUS_CHANGED = field in TelephonyManager