Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java230 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 …]
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()
160 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
DPhoneGlobals.java248 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
DPhoneUtils.java797 static final void registerIccStatus(Handler handler, int event, int phoneId) { in registerIccStatus()
811 static final void unregisterIccStatus(Handler handler, int phoneId) { in unregisterIccStatus()
DPhoneInterfaceManager.java1832 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 …]
DNotificationMgr.java831 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java87 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()
DTelephonyConnectionService.java467 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/
DCdmaServiceCategoryProgramHandler.java140 String originatingAddress, int phoneId, Consumer<Bundle> callback) { in handleServiceCategoryProgramData()
DCellBroadcastHandler.java710 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/
DSlicePurchaseController.java364 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/
DCp2Contact.java28 public abstract long phoneId(); in phoneId() method in Cp2Contact
/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java191 int phoneId = SubscriptionManager.getPhoneId(subId); in onPreferenceTreeClick() local
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java292 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() 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.java717 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.java3416 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/
DContactsProvider2Test.java1569 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local