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()
1416 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
214 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
117 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()174 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&189 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {637 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
103 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {128 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
206 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()377 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
567 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {674 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()837 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
483 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()