/packages/services/Telephony/src/com/android/services/telephony/ |
D | DisconnectCauseUtil.java | 17 package com.android.services.telephony; 24 import android.telephony.CarrierConfigManager; 25 import android.telephony.SubscriptionManager; 26 import android.telephony.ims.ImsReasonInfo; 28 import com.android.internal.telephony.CallFailCause; 29 import com.android.internal.telephony.Phone; 30 import com.android.internal.telephony.PhoneFactory; 124 case android.telephony.DisconnectCause.LOCAL: in toTelecomDisconnectCauseCode() 126 case android.telephony.DisconnectCause.OUTGOING_EMERGENCY_CALL_PLACED: in toTelecomDisconnectCauseCode() 129 case android.telephony.DisconnectCause.NORMAL: in toTelecomDisconnectCauseCode() [all …]
|
D | TelephonyConnectionService.java | 17 package com.android.services.telephony; 41 import android.telephony.CarrierConfigManager; 42 import android.telephony.PhoneNumberUtils; 43 import android.telephony.RadioAccessFamily; 44 import android.telephony.ServiceState; 45 import android.telephony.SubscriptionManager; 46 import android.telephony.TelephonyManager; 47 import android.telephony.emergency.EmergencyNumber; 53 import com.android.internal.telephony.Call; 54 import com.android.internal.telephony.CallStateException; [all …]
|
D | TelephonyConnection.java | 17 package com.android.services.telephony; 44 import android.telephony.CarrierConfigManager; 45 import android.telephony.DisconnectCause; 46 import android.telephony.PhoneNumberUtils; 47 import android.telephony.ServiceState; 48 import android.telephony.ServiceState.RilRadioTechnology; 49 import android.telephony.SubscriptionManager; 50 import android.telephony.TelephonyManager; 51 import android.telephony.ims.ImsCallProfile; 52 import android.telephony.ims.ImsReasonInfo; [all …]
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastBootupConfigTest.java | 19 import static com.android.internal.telephony.cdma.sms.SmsEnvelope.SERVICE_CATEGORY_CMAS_CHILD_ABDUC… 20 import static com.android.internal.telephony.cdma.sms.SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THR… 21 import static com.android.internal.telephony.cdma.sms.SmsEnvelope.SERVICE_CATEGORY_CMAS_PRESIDENTIA… 22 import static com.android.internal.telephony.cdma.sms.SmsEnvelope.SERVICE_CATEGORY_CMAS_SEVERE_THRE… 23 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTI… 24 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTI… 25 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_EXTREME_EXPEC… 26 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_EXTREME_EXPEC… 27 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_EXTREME_IMMED… 28 import static com.android.internal.telephony.gsm.SmsCbConstants.MESSAGE_ID_CMAS_ALERT_EXTREME_IMMED… [all …]
|
/packages/services/Telephony/apex/ |
D | Android.bp | 11 name: "com.android.telephony-defaults", 16 //java_libs: ["telephony-common", "ims-common", "voip-common"], 19 key: "com.android.telephony.key", 20 certificate: ":com.android.telephony.certificate", 26 name: "com.android.telephony", 30 defaults:["com.android.telephony-defaults"], 34 name: "com.android.telephony.key", 35 public_key: "com.android.telephony.avbpubkey", 36 private_key: "com.android.telephony.pem", 40 name: "com.android.telephony.certificate", [all …]
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkOperatorPreference.java | 17 package com.android.settings.network.telephony; 19 import static android.telephony.SignalStrength.NUM_SIGNAL_STRENGTH_BINS; 22 import android.telephony.AccessNetworkConstants.AccessNetworkType; 23 import android.telephony.CellIdentity; 24 import android.telephony.CellIdentityGsm; 25 import android.telephony.CellIdentityLte; 26 import android.telephony.CellIdentityNr; 27 import android.telephony.CellIdentityTdscdma; 28 import android.telephony.CellIdentityWcdma; 29 import android.telephony.CellInfo; [all …]
|
D | CellInfoUtil.java | 17 package com.android.settings.network.telephony; 19 import android.telephony.CellIdentity; 20 import android.telephony.CellIdentityGsm; 21 import android.telephony.CellIdentityLte; 22 import android.telephony.CellIdentityNr; 23 import android.telephony.CellIdentityTdscdma; 24 import android.telephony.CellIdentityWcdma; 25 import android.telephony.CellInfo; 26 import android.telephony.CellInfoCdma; 27 import android.telephony.CellInfoGsm; [all …]
|
D | MobileNetworkUtils.java | 17 package com.android.settings.network.telephony; 21 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.CDMA; 22 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.EVDO; 23 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.GSM; 24 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.LTE; 25 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.NR; 26 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.RAF_TD_SC… 27 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.RAF_UNKNO… 28 import static com.android.settings.network.telephony.TelephonyConstants.RadioAccessFamily.WCDMA; 29 import static com.android.settings.network.telephony.TelephonyConstants.TelephonyManagerConstants.N… [all …]
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | DelegateBinderStateManager.java | 17 package com.android.services.telephony.rcs; 19 import android.telephony.ims.DelegateRegistrationState; 20 import android.telephony.ims.DelegateRequest; 21 import android.telephony.ims.FeatureTagState; 22 import android.telephony.ims.SipDelegateConfiguration; 23 import android.telephony.ims.SipDelegateConnection; 24 import android.telephony.ims.SipDelegateImsConfiguration; 25 import android.telephony.ims.SipDelegateManager; 26 import android.telephony.ims.aidl.ISipDelegate; 27 import android.telephony.ims.aidl.ISipDelegateMessageCallback;
|
D | SipDelegateBinderConnection.java | 17 package com.android.services.telephony.rcs; 22 import android.telephony.ims.DelegateRegistrationState; 23 import android.telephony.ims.DelegateRequest; 24 import android.telephony.ims.FeatureTagState; 25 import android.telephony.ims.SipDelegateConfiguration; 26 import android.telephony.ims.SipDelegateImsConfiguration; 27 import android.telephony.ims.SipDelegateManager; 28 import android.telephony.ims.aidl.IImsRegistration; 29 import android.telephony.ims.aidl.ISipDelegate; 30 import android.telephony.ims.aidl.ISipDelegateMessageCallback; [all …]
|
D | TransportSipMessageValidator.java | 17 package com.android.services.telephony.rcs; 19 import android.telephony.ims.DelegateRegistrationState; 20 import android.telephony.ims.FeatureTagState; 21 import android.telephony.ims.SipDelegateConfiguration; 22 import android.telephony.ims.SipDelegateImsConfiguration; 23 import android.telephony.ims.SipDelegateManager; 24 import android.telephony.ims.SipMessage; 30 import com.android.services.telephony.rcs.validator.IncomingTransportStateValidator; 31 import com.android.services.telephony.rcs.validator.MalformedSipMessageValidator; 32 import com.android.services.telephony.rcs.validator.OutgoingTransportStateValidator; [all …]
|
D | SipDelegateController.java | 17 package com.android.services.telephony.rcs; 19 import android.telephony.ims.DelegateRegistrationState; 20 import android.telephony.ims.DelegateRequest; 21 import android.telephony.ims.FeatureTagState; 22 import android.telephony.ims.SipDelegateConnection; 23 import android.telephony.ims.SipDelegateManager; 24 import android.telephony.ims.aidl.IImsRegistration; 25 import android.telephony.ims.aidl.ISipDelegate; 26 import android.telephony.ims.aidl.ISipDelegateConnectionStateCallback; 27 import android.telephony.ims.aidl.ISipDelegateMessageCallback; [all …]
|
D | MessageTransportWrapper.java | 17 package com.android.services.telephony.rcs; 21 import android.telephony.ims.DelegateMessageCallback; 22 import android.telephony.ims.DelegateRegistrationState; 23 import android.telephony.ims.FeatureTagState; 24 import android.telephony.ims.SipDelegateConfiguration; 25 import android.telephony.ims.SipDelegateImsConfiguration; 26 import android.telephony.ims.SipDelegateManager; 27 import android.telephony.ims.SipMessage; 28 import android.telephony.ims.aidl.ISipDelegate; 29 import android.telephony.ims.aidl.ISipDelegateMessageCallback; [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | ImsRcsController.java | 26 import android.telephony.SubscriptionManager; 27 import android.telephony.TelephonyFrameworkInitializer; 28 import android.telephony.ims.DelegateRequest; 29 import android.telephony.ims.ImsException; 30 import android.telephony.ims.RcsContactUceCapability; 31 import android.telephony.ims.RcsUceAdapter.PublishState; 32 import android.telephony.ims.RegistrationManager; 33 import android.telephony.ims.aidl.IImsCapabilityCallback; 34 import android.telephony.ims.aidl.IImsRcsController; 35 import android.telephony.ims.aidl.IImsRegistrationCallback; [all …]
|
D | CellInfoUtil.java | 19 import android.telephony.CellIdentity; 20 import android.telephony.CellIdentityCdma; 21 import android.telephony.CellIdentityGsm; 22 import android.telephony.CellIdentityLte; 23 import android.telephony.CellIdentityWcdma; 24 import android.telephony.CellInfo; 25 import android.telephony.CellInfoCdma; 26 import android.telephony.CellInfoGsm; 27 import android.telephony.CellInfoLte; 28 import android.telephony.CellInfoWcdma; [all …]
|
D | PhoneGlobals.java | 47 import android.telephony.AnomalyReporter; 48 import android.telephony.CarrierConfigManager; 49 import android.telephony.ServiceState; 50 import android.telephony.SubscriptionInfo; 51 import android.telephony.SubscriptionManager; 52 import android.telephony.TelephonyLocalConnection; 53 import android.telephony.TelephonyManager; 54 import android.telephony.data.ApnSetting; 61 import com.android.internal.telephony.CallManager; 62 import com.android.internal.telephony.IccCardConstants; [all …]
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | SimCard.java | 20 import android.telephony.PhoneNumberUtils; 21 import android.telephony.SubscriptionInfo; 22 import android.telephony.SubscriptionManager; 23 import android.telephony.TelephonyManager; 242 public static SimCard create(TelephonyManager telephony, String displayLabel) { in create() argument 243 if (telephony.getSimState() == TelephonyManager.SIM_STATE_READY) { in create() 244 return new SimCard(telephony.getSimSerialNumber(), telephony.getSubscriptionId(), in create() 245 telephony.getSimOperatorName(), displayLabel, telephony.getLine1Number(), in create() 246 telephony.getSimCountryIso()); in create()
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | GsmSmsCbMessage.java | 19 import static android.telephony.SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE; 20 import static android.telephony.SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE_AND_TSUNAMI; 21 import static android.telephony.SmsCbEtwsInfo.ETWS_WARNING_TYPE_OTHER_EMERGENCY; 22 import static android.telephony.SmsCbEtwsInfo.ETWS_WARNING_TYPE_TEST_MESSAGE; 23 import static android.telephony.SmsCbEtwsInfo.ETWS_WARNING_TYPE_TSUNAMI; 27 import android.telephony.CbGeoUtils.Circle; 28 import android.telephony.CbGeoUtils.Geometry; 29 import android.telephony.CbGeoUtils.LatLng; 30 import android.telephony.CbGeoUtils.Polygon; 31 import android.telephony.Rlog; [all …]
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TestTelephonyConnection.java | 17 package com.android.services.telephony; 23 import android.telephony.TelephonyManager; 39 import android.telephony.CarrierConfigManager; 42 import com.android.internal.telephony.Call; 43 import com.android.internal.telephony.CallStateException; 44 import com.android.internal.telephony.Connection; 45 import com.android.internal.telephony.Phone; 46 import com.android.internal.telephony.PhoneConstants; 47 import com.android.internal.telephony.emergency.EmergencyNumberTracker; 48 import com.android.internal.telephony.imsphone.ImsExternalConnection; [all …]
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | SimSelectNotification.java | 23 import static android.telephony.TelephonyManager.EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE; 24 import static android.telephony.TelephonyManager.EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_ALL; 25 import static android.telephony.TelephonyManager.EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_DATA; 26 import static android.telephony.TelephonyManager.EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_DISMISS; 27 import static android.telephony.TelephonyManager.EXTRA_DEFAULT_SUBSCRIPTION_SELECT_TYPE_NONE; 28 import static android.telephony.TelephonyManager.EXTRA_SIM_COMBINATION_NAMES; 29 import static android.telephony.TelephonyManager.EXTRA_SIM_COMBINATION_WARNING_TYPE; 30 import static android.telephony.TelephonyManager.EXTRA_SIM_COMBINATION_WARNING_TYPE_DUAL_CDMA; 31 import static android.telephony.TelephonyManager.EXTRA_SIM_COMBINATION_WARNING_TYPE_NONE; 32 import static android.telephony.TelephonyManager.EXTRA_SUBSCRIPTION_ID; [all …]
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 17 package com.android.services.telephony.sip; 35 import android.telephony.DisconnectCause; 38 import com.android.internal.telephony.CallStateException; 39 import com.android.internal.telephony.PhoneFactory; 40 import com.android.internal.telephony.PhoneInternalInterface; 41 import com.android.internal.telephony.sip.SipPhone; 42 import com.android.services.telephony.DisconnectCauseUtil; 122 com.android.internal.telephony.Connection chosenConnection = in onCreateOutgoingConnection() 173 com.android.internal.telephony.Connection originalConnection = phone.takeIncomingCall( in onCreateIncomingConnection() 190 private com.android.internal.telephony.Connection createConnectionForProfile( in createConnectionForProfile() [all …]
|
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
D | NetworkSelectSettingsTest.java | 17 package com.android.settings.network.telephony; 27 import android.telephony.CellIdentityGsm; 28 import android.telephony.CellIdentityLte; 29 import android.telephony.CellInfo; 30 import android.telephony.CellInfoGsm; 31 import android.telephony.CellInfoLte; 32 import android.telephony.CellSignalStrengthGsm; 33 import android.telephony.CellSignalStrengthLte; 34 import android.telephony.SubscriptionManager; 35 import android.telephony.TelephonyManager;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/ |
D | SimStatusDialogController.java | 34 import android.telephony.AccessNetworkConstants; 35 import android.telephony.Annotation; 36 import android.telephony.CarrierConfigManager; 37 import android.telephony.CellBroadcastIntents; 38 import android.telephony.CellBroadcastService; 39 import android.telephony.CellSignalStrength; 40 import android.telephony.ICellBroadcastService; 41 import android.telephony.ServiceState; 42 import android.telephony.SignalStrength; 43 import android.telephony.SubscriptionInfo; [all …]
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | GsmCellBroadcastHandler.java | 38 import android.telephony.AccessNetworkConstants; 39 import android.telephony.CarrierConfigManager; 40 import android.telephony.CbGeoUtils; 41 import android.telephony.CbGeoUtils.Geometry; 42 import android.telephony.CellBroadcastIntents; 43 import android.telephony.CellIdentity; 44 import android.telephony.CellIdentityGsm; 45 import android.telephony.CellIdentityLte; 46 import android.telephony.CellIdentityNr; 47 import android.telephony.CellIdentityTdscdma; [all …]
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSNetworkScanCtlr.java | 24 import android.telephony.AccessNetworkConstants; 25 import android.telephony.AvailableNetworkInfo; 26 import android.telephony.CarrierConfigManager; 27 import android.telephony.CellInfo; 28 import android.telephony.CellInfoLte; 29 import android.telephony.NetworkScan; 30 import android.telephony.NetworkScanRequest; 31 import android.telephony.RadioAccessSpecifier; 32 import android.telephony.TelephonyManager; 33 import android.telephony.TelephonyScanManager; [all …]
|