/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyIntents.java | 221 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/ |
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 | 124 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/ |
D | SimActivationTracker.java | 82 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker() 93 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 | 1029 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | DataConnectionStats.java | 63 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/ |
D | NotificationChannelController.java | 121 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/ |
D | UiccStateChangedLauncher.java | 92 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierActionAgentTest.java | 102 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/ |
D | PhoneStatusBarPolicy.java | 169 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/ |
D | NetworkControllerImpl.java | 307 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/ |
D | KeyguardUpdateMonitor.java | 1007 } 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/ |
D | WifiServiceImplTest.java | 3298 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/ |
D | WifiServiceImpl.java | 553 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in checkAndStartWifi()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 4002 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
|
/frameworks/base/api/ |
D | system-current.txt | 1416 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…
|