/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyIntents.java | 180 public static final String ACTION_SIM_STATE_CHANGED field in TelephonyIntents 181 = Intent.ACTION_SIM_STATE_CHANGED;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccStateChangedLauncherTest.java | 113 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet() 124 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet() 139 assertEquals(TelephonyIntents.ACTION_SIM_STATE_CHANGED, in testProvisioningPackageSet()
|
/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 | 92 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ 110 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
|
D | SMSDispatcher.java | 263 intentFilter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in SMSDispatcher() 273 if (Intent.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) {
|
/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/am/ |
D | DataConnectionStats.java | 75 filter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in startMonitoring() 82 if (action.equals(Intent.ACTION_SIM_STATE_CHANGED)) { in onReceive()
|
/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()
|
D | UiccController.java | 777 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierActionAgentTest.java | 93 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPM() 136 final Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testCarrierActionResetOnAPNChange()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorTest.java | 472 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testIgnoresSimStateCallback_rebroadcast() 493 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_Absent() 504 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_CardIOError() 571 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_NotReady() 586 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_Ready() 627 Intent intentSimState = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimValid_SimState_Loaded() 665 Intent intent = new Intent(Intent.ACTION_SIM_STATE_CHANGED); in testHandleSimStateChange_Unknown() 676 Intent intent = new Intent(Intent.ACTION_SIM_STATE_CHANGED); in testHandleSimStateChange_Absent() 687 Intent intent = new Intent(Intent.ACTION_SIM_STATE_CHANGED); in testHandleSimStateChange_CardIOError() 699 Intent intent = new Intent(Intent.ACTION_SIM_STATE_CHANGED); in testHandleSimStateChange_CardRestricted() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 260 filter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in init() 765 case Intent.ACTION_SIM_STATE_CHANGED:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerImpl.java | 516 filter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in registerListeners() 814 case Intent.ACTION_SIM_STATE_CHANGED: in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1696 } else if (Intent.ACTION_SIM_STATE_CHANGED.equals(action)) { 1945 if (!Intent.ACTION_SIM_STATE_CHANGED.equals(intent.getAction())) { in fromIntent() 2359 filter.addAction(Intent.ACTION_SIM_STATE_CHANGED); in start()
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 166 BroadcastBehavior: android.content.Intent#ACTION_SIM_STATE_CHANGED: 167 Field 'ACTION_SIM_STATE_CHANGED' is missing @BroadcastBehavior
|
D | test-lint-baseline.txt | 170 BroadcastBehavior: android.content.Intent#ACTION_SIM_STATE_CHANGED: 171 Field 'ACTION_SIM_STATE_CHANGED' is missing @BroadcastBehavior
|
D | system-lint-baseline.txt | 170 BroadcastBehavior: android.content.Intent#ACTION_SIM_STATE_CHANGED: 171 Field 'ACTION_SIM_STATE_CHANGED' is missing @BroadcastBehavior
|
D | system-current.txt | 3882 …field @Deprecated public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM…
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 4690 public static final String ACTION_SIM_STATE_CHANGED = "android.intent.action.SIM_STATE_CHANGED"; field in Intent
|