Home
last modified time | relevance | path

Searched refs:ACTION_SIM_STATE_CHANGED (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java63 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startMonitoring()
72 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
DTethering.java1403 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java216 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java102 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java97 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
123 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java450 } 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java476 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java205 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
396 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()