/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 213 final int phoneId = msg.arg1; in handleMessage() local 743 /* package */ void clearConfigForPhone(int phoneId, boolean fetchNoSimConfig) { in clearConfigForPhone() 765 private void notifySubscriptionInfoUpdater(int phoneId) { in notifySubscriptionInfoUpdater() 795 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent() 799 private void broadcastConfigChangedIntent(int phoneId, boolean addSubIdExtra) { in broadcastConfigChangedIntent() 837 private boolean bindToConfigPackage(String pkgName, int phoneId, int eventId) { in bindToConfigPackage() 866 /* package */ CarrierIdentifier getCarrierIdentifierForPhoneId(int phoneId) { in getCarrierIdentifierForPhoneId() 894 private String getCarrierPackageForPhoneId(int phoneId) { in getCarrierPackageForPhoneId() 911 private String getIccIdForPhoneId(int phoneId) { in getIccIdForPhoneId() 925 private int getSpecificCarrierIdForPhoneId(int phoneId) { in getSpecificCarrierIdForPhoneId() [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() 165 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 | PhoneUtils.java | 705 public static PhoneAccountHandle makePstnPhoneAccountHandle(int phoneId) { in makePstnPhoneAccountHandle() 796 static final void registerIccStatus(Handler handler, int event, int phoneId) { in registerIccStatus() 810 static final void unregisterIccStatus(Handler handler, int phoneId) { in unregisterIccStatus()
|
D | PhoneGlobals.java | 220 EventSimStateChangedBag(int phoneId, String iccStatus) { in EventSimStateChangedBag() 747 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, in onReceive() local 763 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0); in onReceive() local
|
D | PhoneInterfaceManager.java | 1576 int phoneId = request.phone.getPhoneId(); in handleMessage() local 1734 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local 1758 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local 2375 UnlockSim(int phoneId, IccCard simCard) { in UnlockSim() 2642 private void shutdownRadioUsingPhoneId(int phoneId) { in shutdownRadioUsingPhoneId() 2898 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() 5112 int phoneId = UiccController.getInstance().getPhoneIdFromSlotId(slotIndex); in getPhoneFromSlotIdOrThrowException() local 6534 int phoneId = mSubscriptionController.getPhoneId(subId); in isUserDataEnabled() local 6574 int phoneId = mSubscriptionController.getPhoneId(subId); in isDataEnabled() local 6610 int phoneId = mSubscriptionController.getPhoneId(subId); in isDataEnabledForReason() local [all …]
|
D | NotificationMgr.java | 820 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | DisconnectCauseUtil.java | 86 String reason, int phoneId) { in toTelecomDisconnectCause() 103 int phoneId, ImsReasonInfo imsReasonInfo) { in toTelecomDisconnectCause() 581 Context context, int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseDescription() 793 private static boolean isRadioOffForThermalMitigation(int phoneId) { in isRadioOffForThermalMitigation() 809 String reason, int phoneId) { in toTelecomDisconnectReason() 843 private static int toTelecomDisconnectCauseTone(int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseTone()
|
D | TelephonyConnectionService.java | 369 String reason, int phoneId); in toTelecomDisconnectCause() 1627 int phoneId = (c.getPhone() == null) ? -1 : c.getPhone().getPhoneId(); in retryOutgoingOriginalConnection() local 1921 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount() local 2131 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall() local
|
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | CdmaServiceCategoryProgramHandler.java | 136 String originatingAddress, int phoneId, Consumer<Bundle> callback) { in handleServiceCategoryProgramData()
|
D | CellBroadcastHandler.java | 695 protected static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone() 710 public static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
|
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
D | Cp2Contact.java | 28 public abstract long phoneId(); in phoneId() method in Cp2Contact
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CellBroadcastHandlerTest.java | 243 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() local
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | AccessibilitySettingsFragment.java | 189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in onPreferenceTreeClick() 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 | 687 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 | 1467 private Phone makeTestPhone(int phoneId, int serviceState, boolean isEmergencyOnly) { in makeTestPhone()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 1344 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local
|