/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 230 final int phoneId = msg.arg1; in handleMessage() local 754 /* package */ void clearConfigForPhone(int phoneId, boolean fetchNoSimConfig) { in clearConfigForPhone() 781 private void updateSubscriptionDatabase(int phoneId) { in updateSubscriptionDatabase() 813 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent() 817 private void broadcastConfigChangedIntent(int phoneId, boolean addSubIdExtra) { in broadcastConfigChangedIntent() 860 private int getSimApplicationStateForPhone(int phoneId) { in getSimApplicationStateForPhone() 872 private boolean bindToConfigPackage(@NonNull String pkgName, int phoneId, int eventId) { in bindToConfigPackage() 902 /* package */ CarrierIdentifier getCarrierIdentifierForPhoneId(int phoneId) { in getCarrierIdentifierForPhoneId() 930 private String getCarrierPackageForPhoneId(int phoneId) { in getCarrierPackageForPhoneId() 941 private String getIccIdForPhoneId(int phoneId) { in getIccIdForPhoneId() [all …]
|
D | ImsUtil.java | 63 public static boolean isWfcEnabled(Context context, int phoneId) { in isWfcEnabled() 86 public static boolean isWfcModeWifiOnly(Context context, int phoneId) { in isWfcModeWifiOnly() 115 public static boolean shouldPromoteWfc(Context context, int phoneId) { in shouldPromoteWfc() 156 private static int getSubId(int phoneId) { in getSubId() 160 private static boolean getLastKnownRoamingState(int phoneId) { in getLastKnownRoamingState()
|
D | IccNetworkDepersonalizationPanel.java | 98 int phoneId = phone == null ? 0: phone.getPhoneId(); in showDialog() local 114 public static void dialogDismiss(int phoneId) { in dialogDismiss() 239 int phoneId = mPhone == null ? 0 : mPhone.getPhoneId(); in onStop() local
|
D | PhoneGlobals.java | 248 EventSimStateChangedBag(int phoneId, String iccStatus) { in EventSimStateChangedBag() 829 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, in onReceive() local 843 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0); in onReceive() local
|
D | PhoneUtils.java | 797 static final void registerIccStatus(Handler handler, int event, int phoneId) { in registerIccStatus() 811 static final void unregisterIccStatus(Handler handler, int phoneId) { in unregisterIccStatus()
|
D | PhoneInterfaceManager.java | 1832 int phoneId = request.phone.getPhoneId(); in handleMessage() local 1990 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local 2014 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local 2694 UnlockSim(int phoneId, IccCard simCard) { in UnlockSim() 2960 private void shutdownRadioUsingPhoneId(int phoneId) { in shutdownRadioUsingPhoneId() 3318 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() 5534 int phoneId = UiccController.getInstance().getPhoneIdFromSlotPortIndex(slotIndex, in getPhoneFromSlotPortIndexOrThrowException() local 6953 int phoneId = SubscriptionManager.getPhoneId(subId); in isUserDataEnabled() local 7000 int phoneId = SubscriptionManager.getPhoneId(subId); in isDataEnabled() local 7047 int phoneId = SubscriptionManager.getPhoneId(subId); in isDataEnabledForReason() local [all …]
|
D | NotificationMgr.java | 831 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | DisconnectCauseUtil.java | 87 String reason, int phoneId) { in toTelecomDisconnectCause() 104 int phoneId, ImsReasonInfo imsReasonInfo) { in toTelecomDisconnectCause() 118 int phoneId, ImsReasonInfo imsReasonInfo, PersistableBundle carrierConfig) { in toTelecomDisconnectCause() 622 Context context, int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseDescription() 841 private static boolean isRadioOffForThermalMitigation(int phoneId) { in isRadioOffForThermalMitigation() 857 String reason, int phoneId) { in toTelecomDisconnectReason() 951 private static PersistableBundle getCarrierConfigBundle(int phoneId) { in getCarrierConfigBundle()
|
D | TelephonyConnectionService.java | 467 String reason, int phoneId); in toTelecomDisconnectCause() 2047 int phoneId = (phone == null) ? -1 : phone.getPhoneId(); in retryOutgoingOriginalConnection() local 3051 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount() local 3347 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall() local
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CdmaServiceCategoryProgramHandler.java | 140 String originatingAddress, int phoneId, Consumer<Bundle> callback) { in handleServiceCategoryProgramData()
|
D | CellBroadcastHandler.java | 710 public static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone() 727 public static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
|
/packages/services/Telephony/src/com/android/phone/slice/ |
D | SlicePurchaseController.java | 364 int phoneId = intent.getIntExtra(EXTRA_PHONE_ID, in onReceive() local 455 int phoneId = phone.getPhoneId(); in getInstance() local 471 @Nullable private static SlicePurchaseController getInstance(int phoneId) { in getInstance()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | Cp2Contact.java | 28 public abstract long phoneId(); in phoneId() method in Cp2Contact
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | AccessibilitySettingsFragment.java | 191 int phoneId = SubscriptionManager.getPhoneId(subId); in onPreferenceTreeClick() local
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastHandlerTest.java | 292 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 144 static ContentValues buildPhone(long phoneId) { in buildPhone() 148 static ContentValues buildPhone(long phoneId, String value) { in buildPhone()
|
D | RawContactDeltaTests.java | 62 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact()
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSProfileSelector.java | 717 int phoneId = info.getSimSlotIndex(); in enableModem() local
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PhoneNumberListAdapter.java | 357 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID); in getDataUri() local
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 3416 int phoneId = phone.getPhoneId(); in setupHandleToPhoneMap() local 3427 private Phone makeTestPhone(int phoneId, int serviceState, boolean isEmergencyOnly) { in makeTestPhone()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1569 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local
|