Searched refs:ACTION_SIM_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance
63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startMonitoring()72 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
1403 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
216 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
102 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()115 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&130 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {550 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
97 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {123 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
450 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {533 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()692 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
476 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()
205 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()396 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()