Home
last modified time | relevance | path

Searched defs:phoneId (Results 1 – 20 of 20) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java213 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 …]
DImsUtil.java63 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()
DIccNetworkDepersonalizationPanel.java98 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
DPhoneUtils.java705 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()
DPhoneGlobals.java220 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
DPhoneInterfaceManager.java1576 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 …]
DNotificationMgr.java820 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java86 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()
DTelephonyConnectionService.java369 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/
DCdmaServiceCategoryProgramHandler.java136 String originatingAddress, int phoneId, Consumer<Bundle> callback) { in handleServiceCategoryProgramData()
DCellBroadcastHandler.java695 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/
DCp2Contact.java28 public abstract long phoneId(); in phoneId() method in Cp2Contact
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java243 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() local
/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java189 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in onPreferenceTreeClick() local
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java144 static ContentValues buildPhone(long phoneId) { in buildPhone()
148 static ContentValues buildPhone(long phoneId, String value) { in buildPhone()
DRawContactDeltaTests.java62 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java687 int phoneId = info.getSimSlotIndex(); in enableModem() local
/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberListAdapter.java357 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID); in getDataUri() local
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java1467 private Phone makeTestPhone(int phoneId, int serviceState, boolean isEmergencyOnly) { in makeTestPhone()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1344 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local