/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyIntents.java | 205 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/ |
D | UiccStateChangedLauncherTest.java | 114 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/ |
D | KeyguardUpdateMonitorTest.java | 148 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/ |
D | SimActivationTracker.java | 81 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker() 92 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SimActivationTracker()
|
D | CarrierActionAgent.java | 91 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ 105 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
|
D | SubscriptionInfoUpdater.java | 1175 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | NotificationChannelController.java | 129 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/ |
D | DataConnectionStats.java | 71 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/ |
D | VendorDataResetEventTracker.java | 96 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/ |
D | CarrierActionAgentTest.java | 90 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/ |
D | UiccStateChangedLauncher.java | 92 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 105 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/ |
D | PhoneStatusBarPolicy.java | 169 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/ |
D | NetworkControllerImpl.java | 340 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/ |
D | KeyguardUpdateMonitor.java | 1098 } 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/ |
D | WifiServiceImplTest.java | 3433 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/ |
D | WifiServiceImpl.java | 550 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in checkAndStartWifi()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 4027 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
|
/frameworks/base/api/ |
D | system-current.txt | 1585 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 1585 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…
|