/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierSignalAgentTest.java | 167 LEGACY_RECEIVER + ":" + TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE in testNotifyManifestReceivers() 208 assertEquals(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyManifestReceivers() 218 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, in testLegacyConversionSupport() 219 TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED, in testLegacyConversionSupport() 220 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED, in testLegacyConversionSupport() 221 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET, in testLegacyConversionSupport() 222 TelephonyIntents.ACTION_CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE) in testLegacyConversionSupport() 244 assertEquals(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, intent.getAction()); in testLegacyConversionSupport() 248 intent.getIntExtra(TelephonyIntents.EXTRA_PCO_ID, Integer.MIN_VALUE)); in testLegacyConversionSupport() 251 intent.getByteArrayExtra(TelephonyIntents.EXTRA_PCO_VALUE)); in testLegacyConversionSupport() [all …]
|
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/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierSignalAgent.java | 110 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, 112 TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED, 114 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED, 116 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET, 118 TelephonyIntents.ACTION_CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE); 407 compatIntent.putExtra(TelephonyIntents.EXTRA_REDIRECTION_URL, in createCompatIntent() 411 compatIntent.putExtra(TelephonyIntents.EXTRA_ERROR_CODE, in createCompatIntent() 415 compatIntent.putExtra(TelephonyIntents.EXTRA_PCO_ID, in createCompatIntent() 419 compatIntent.putExtra(TelephonyIntents.EXTRA_PCO_VALUE, in createCompatIntent() 423 compatIntent.putExtra(TelephonyIntents.EXTRA_DEFAULT_NETWORK_AVAILABLE, in createCompatIntent() [all …]
|
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 | ProxyController.java | 366 Intent intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in onStartRadioCapabilityResponse() 593 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE); in completeRadioCapabilityTransaction() 594 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY, in completeRadioCapabilityTransaction() 603 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in completeRadioCapabilityTransaction()
|
D | CarrierActionAgent.java | 92 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ 110 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
|
D | CarrierKeyDownloadManager.java | 139 filter.addAction(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in CarrierKeyDownloadManager() 234 case TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD -> {
|
D | CarrierInfoManager.java | 307 Intent resetIntent = new Intent(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in resetCarrierKeysForImsiEncryption()
|
D | GsmCdmaCallTracker.java | 125 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) { 177 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in GsmCdmaCallTracker()
|
D | GsmCdmaPhone.java | 926 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange() 941 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED); in sendEmergencyCallStateChange() 4651 Intent intent = new Intent(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in phoneObjectUpdater()
|
/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | SystemEmergencyHelper.java | 31 import com.android.internal.telephony.TelephonyIntents; 90 if (!TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED.equals( in onSystemReady() 97 }, new IntentFilter(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)); in onSystemReady()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccStateChangedLauncherTest.java | 40 import com.android.internal.telephony.TelephonyIntents; 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/uicc/ |
D | UiccStateChangedLauncher.java | 27 import com.android.internal.telephony.TelephonyIntents; 92 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
|
D | UiccController.java | 66 import com.android.internal.telephony.TelephonyIntents; 777 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | CarrierConfigTracker.java | 32 import com.android.internal.telephony.TelephonyIntents; 81 filter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in CarrierConfigTracker() 90 } else if (TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED.equals(action)) { in onReceive()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | TelephonyIntents.java | 31 public class TelephonyIntents { class
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyStateTracker.java | 24 import static com.android.internal.telephony.TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED; 66 import com.android.internal.telephony.TelephonyIntents; 195 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) { 504 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in EmergencyStateTracker() 545 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in EmergencyStateTracker() 1229 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorTest.java | 122 import com.android.internal.telephony.TelephonyIntents; 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()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyStateTrackerTest.java | 80 import com.android.internal.telephony.TelephonyIntents; 2953 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED, intent.getAction()); in testSendEmergencyCallStateChanges() 2964 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED, intent.getAction()); in testSendEmergencyCallStateChanges() 2974 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED); in testResetEmergencyCallStateChanges() 2991 assertTrue(filter.hasAction(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED)); in testResetEmergencyCallStateChanges() 3000 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED, intent.getAction()); in testResetEmergencyCallStateChanges() 3011 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED); in testResetEmergencyCallStateChangesAlreadyReset() 3028 assertTrue(filter.hasAction(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED)); in testResetEmergencyCallStateChangesAlreadyReset() 3056 assertTrue(filter.hasAction(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED)); in testResetEmergencyCallStateChangesNotSent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerService.java | 102 import com.android.internal.telephony.TelephonyIntents; 592 broadcastSubId(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED, in SubscriptionManagerService() 594 broadcastSubId(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED, in SubscriptionManagerService() 3150 broadcastSubId(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED, in setDefaultDataSubId() 3216 broadcastSubId(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED, in setDefaultVoiceSubId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | PhoneSwitcher.java | 81 import com.android.internal.telephony.TelephonyIntents; 592 new IntentFilter(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)); in PhoneSwitcher()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerServiceTest.java | 109 import com.android.internal.telephony.TelephonyIntents; 340 .containsExactly(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED, in testBroadcastOnInitialization() 341 TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED, in testBroadcastOnInitialization() 730 TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in testSetDefaultVoiceSubId() 774 TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in testSetDefaultDataSubId()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 101 import com.android.internal.telephony.TelephonyIntents; 655 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, intent.getAction()); in verifyEcbmIntentWasSent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | PhoneSwitcherTest.java | 90 import com.android.internal.telephony.TelephonyIntents; 2036 final Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in sendDefaultDataSubChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 124 import com.android.internal.telephony.TelephonyIntents; 2071 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
|