Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java205 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents
206 = 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.java148 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testIgnoresSimStateCallback_rebroadcast()
169 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_Absent()
180 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_CardIOError()
247 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_NotReady()
262 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_Ready()
303 Intent intentSimState = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimValid_SimState_Loaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimActivationTracker.java81 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker()
92 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.java1175 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java129 intentFilter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in NotificationChannelController()
184 } else if (Intent.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java71 filter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in startMonitoring()
80 if (action.equals(Intent.ACTION_SIM_STATE_CHANGED)) { in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java96 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
128 TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in startResetEventTracker()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java90 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPM()
132 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPNChange()
/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/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java105 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in VendorPhoneSwitcher()
145 if (action.equals(TelephonyIntents.ACTION_SIM_STATE_CHANGED)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java169 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in PhoneStatusBarPolicy()
609 case TelephonyIntents.ACTION_SIM_STATE_CHANGED:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java340 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in registerListeners()
549 case TelephonyIntents.ACTION_SIM_STATE_CHANGED: in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1098 } else if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)) {
1279 if (!TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent()
1548 filter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3433 filter.hasAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED))); in testSimStateChangeDoesNotResetCountryCode()
3437 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testSimStateChangeDoesNotResetCountryCode()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java550 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in checkAndStartWifi()
/frameworks/base/core/java/android/content/
DIntent.java4027 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
/frameworks/base/api/
Dsystem-current.txt1585 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…
/frameworks/base/non-updatable-api/
Dsystem-current.txt1585 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…