Home
last modified time | relevance | path

Searched refs:TelephonyIntents (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java150 LEGACY_RECEIVER + ":" + TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE in testNotifyManifestReceivers()
190 assertEquals(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, in testNotifyManifestReceivers()
200 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, in testLegacyConversionSupport()
201 TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED, in testLegacyConversionSupport()
202 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED, in testLegacyConversionSupport()
203 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET, in testLegacyConversionSupport()
204 TelephonyIntents.ACTION_CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE) in testLegacyConversionSupport()
224 assertEquals(TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE, intent.getAction()); in testLegacyConversionSupport()
228 intent.getIntExtra(TelephonyIntents.EXTRA_PCO_ID, Integer.MIN_VALUE)); in testLegacyConversionSupport()
231 intent.getByteArrayExtra(TelephonyIntents.EXTRA_PCO_VALUE)); in testLegacyConversionSupport()
[all …]
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()
DSubscriptionControllerTest.java235 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testChangeSIMProperty()
261 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetDisplayNameSrc()
546 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetMCCMNC()
564 assertEquals(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED, in testSetGetCarrierId()
580 assertEquals(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED, intent.getAction()); in testSetDefaultDataSubId()
DGsmCdmaPhoneTest.java1087 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, intent.getAction()); in verifyEcbmIntentSent()
1137 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, intent.getAction()); in testModemResetInEmergencyCallbackMessages()
1161 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, intent.getAction()); in testModemResetInEmergencyCallbackMessages()
DPhoneSwitcherTest.java1318 final Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in sendDefaultDataSubChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java115 TelephonyIntents.ACTION_CARRIER_SIGNAL_PCO_VALUE);
117 TelephonyIntents.ACTION_CARRIER_SIGNAL_REDIRECTED);
119 TelephonyIntents.ACTION_CARRIER_SIGNAL_REQUEST_NETWORK_FAILED);
121 TelephonyIntents.ACTION_CARRIER_SIGNAL_RESET);
123 TelephonyIntents.ACTION_CARRIER_SIGNAL_DEFAULT_NETWORK_AVAILABLE);
415 compatIntent.putExtra(TelephonyIntents.EXTRA_REDIRECTION_URL, in createCompatIntent()
419 compatIntent.putExtra(TelephonyIntents.EXTRA_ERROR_CODE, in createCompatIntent()
423 compatIntent.putExtra(TelephonyIntents.EXTRA_PCO_ID, in createCompatIntent()
427 compatIntent.putExtra(TelephonyIntents.EXTRA_PCO_VALUE, in createCompatIntent()
431 compatIntent.putExtra(TelephonyIntents.EXTRA_DEFAULT_NETWORK_AVAILABLE, in createCompatIntent()
[all …]
DSimActivationTracker.java81 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){ in SimActivationTracker()
92 IntentFilter intentFilter = new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in SimActivationTracker()
DProxyController.java371 Intent intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in onStartRadioCapabilityResponse()
584 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_DONE); in completeRadioCapabilityTransaction()
585 intent.putParcelableArrayListExtra(TelephonyIntents.EXTRA_RADIO_ACCESS_FAMILY, in completeRadioCapabilityTransaction()
594 intent = new Intent(TelephonyIntents.ACTION_SET_RADIO_CAPABILITY_FAILED); in completeRadioCapabilityTransaction()
DCarrierActionAgent.java91 if (TelephonyIntents.ACTION_SIM_STATE_CHANGED.equals(action)){
105 new IntentFilter(TelephonyIntents.ACTION_SIM_STATE_CHANGED)); in CarrierActionAgent()
DCarrierKeyDownloadManager.java123 filter.addAction(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in CarrierKeyDownloadManager()
152 } else if (action.equals(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD)) {
DCarrierInfoManager.java264 Intent resetIntent = new Intent(TelephonyIntents.ACTION_CARRIER_CERTIFICATE_DOWNLOAD); in resetCarrierKeysForImsiEncryption()
DGsmCdmaCallTracker.java121 TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
165 filter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in GsmCdmaCallTracker()
DSubscriptionController.java492 Intent intent = new Intent(TelephonyIntents.ACTION_SUBINFO_CONTENT_CHANGE); in broadcastSimInfoContentChanged()
494 intent = new Intent(TelephonyIntents.ACTION_SUBINFO_RECORD_UPDATED); in broadcastSimInfoContentChanged()
2809 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in broadcastDefaultVoiceSubIdChanged()
2893 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in broadcastDefaultDataSubIdChanged()
DSubscriptionInfoUpdater.java1131 Intent i = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in broadcastSimStateChanged()
DGsmCdmaPhone.java828 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()
843 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALL_STATE_CHANGED); in sendEmergencyCallStateChange()
4074 Intent intent = new Intent(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in phoneObjectUpdater()
DPhoneSwitcher.java511 new IntentFilter(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED)); in PhoneSwitcher()
DPhone.java3073 Intent intent = new Intent(TelephonyIntents.SECRET_CODE_ACTION, in sendDialerSpecialCode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccStateChangedLauncherTest.java38 import com.android.internal.telephony.TelephonyIntents;
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/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccStateChangedLauncher.java27 import com.android.internal.telephony.TelephonyIntents;
92 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in notifyStateChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java31 public class TelephonyIntents { class
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java81 import com.android.internal.telephony.TelephonyIntents;
298 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testIgnoresSimStateCallback_rebroadcast()
319 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_Absent()
330 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimState_CardIOError()
397 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_NotReady()
412 Intent intent = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_BootInitState_SimState_Ready()
453 Intent intentSimState = new Intent(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in testTelephonyCapable_SimValid_SimState_Loaded()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java80 import com.android.internal.telephony.TelephonyIntents;
624 assertEquals(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED, intent.getAction()); in verifyEcbmIntentWasSent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java108 import com.android.internal.telephony.TelephonyIntents;
1988 Intent intent = new Intent(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in sendEmergencyCallbackModeChange()