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.java1416 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListeningForSimChanges()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java214 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java117 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java103 else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
128 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java206 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
377 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java567 } 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java483 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()