Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java222 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
223 = Intent.ACTION_SIM_STATE_CHANGED;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccStateChangedLauncherTest.java115 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
127 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
143 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DSimChangeListenerTest.java22 import static com.android.internal.telephony.TelephonyIntents.ACTION_SIM_STATE_CHANGED;
91 final Intent intent = new Intent(ACTION_SIM_STATE_CHANGED); in sendSimStateChangeIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimActivationTracker.java82 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker()
93 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SimActivationTracker()
DCarrierActionAgent.java88 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){
102 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
DSubscriptionInfoUpdater.java131 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()
179 if (!action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED) &&
197 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
814 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java96 intentFilter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in NotificationChannelController()
135 } else if (Intent.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
/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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccStateChangedLauncher.java91 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
DIccCardProxy.java513 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastIccStateChangedIntent()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DSimChangeListener.java69 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in startListening()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java174 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimAbsent()
196 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimUnknown()
216 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimError()
235 Intent mIntent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testWrongSimState()
DCarrierActionAgentTest.java104 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java240 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
426 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java184 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
764 } else if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java750 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
871 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()
1130 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java526 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in checkAndStartWifi()
/frameworks/base/core/java/android/content/
DIntent.java3517 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
/frameworks/base/api/
Dsystem-current.txt9969 …field public static final java.lang.String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_S…