Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java221 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
222 = Intent.ACTION_SIM_STATE_CHANGED;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccStateChangedLauncherTest.java114 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
125 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
140 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java124 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testIgnoresSimStateCallback_rebroadcast()
145 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_Absent()
156 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_CardIOError()
223 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_NotReady()
238 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_Ready()
279 Intent intentSimState = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimValid_SimState_Loaded()
/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.java91 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){
105 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
DSubscriptionInfoUpdater.java1029 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
/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/util/
DNotificationChannelController.java121 intentFilter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in NotificationChannelController()
176 } else if (Intent.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccStateChangedLauncher.java92 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java102 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPM()
147 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPNChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java169 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
606 case TelephonyIntents.ACTION_SIM_STATE_CHANGED:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java307 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
500 case TelephonyIntents.ACTION_SIM_STATE_CHANGED: in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1007 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
1186 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()
1455 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3298 filter.hasAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED))); in testSimStateChangeDoesNotResetCountryCode()
3302 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimStateChangeDoesNotResetCountryCode()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java553 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in checkAndStartWifi()
/frameworks/base/core/java/android/content/
DIntent.java4002 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
/frameworks/base/api/
Dsystem-current.txt1416 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…