Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java252 final int phoneId = msg.arg1; in handleMessage() local
773 /* package */ void clearConfigForPhone(int phoneId, boolean fetchNoSimConfig) { in clearConfigForPhone()
800 private void updateSubscriptionDatabase(int phoneId) { in updateSubscriptionDatabase()
832 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent()
836 private void broadcastConfigChangedIntent(int phoneId, boolean addSubIdExtra) { in broadcastConfigChangedIntent()
879 private int getSimApplicationStateForPhone(int phoneId) { in getSimApplicationStateForPhone()
891 private boolean bindToConfigPackage(@NonNull String pkgName, int phoneId, int eventId) { in bindToConfigPackage()
921 /* package */ CarrierIdentifier getCarrierIdentifierForPhoneId(int phoneId) { in getCarrierIdentifierForPhoneId()
949 private String getCarrierPackageForPhoneId(int phoneId) { in getCarrierPackageForPhoneId()
960 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.java308 EventSimStateChangedBag(int phoneId, String iccStatus) { in EventSimStateChangedBag()
950 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, in onReceive() local
964 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0); in onReceive() local
DPhoneUtils.java801 static final void registerIccStatus(Handler handler, int event, int phoneId) { in registerIccStatus()
815 static final void unregisterIccStatus(Handler handler, int phoneId) { in unregisterIccStatus()
DNotificationMgr.java843 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
900 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelectionForFeatureDisabled() local
DPhoneInterfaceManager.java1848 int phoneId = request.phone.getPhoneId(); in handleMessage() local
2006 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local
2030 int phoneId = getPhoneFromRequest(request).getPhoneId(); in handleMessage() local
2739 UnlockSim(int phoneId, IccCard simCard) { in UnlockSim()
3033 private void shutdownRadioUsingPhoneId(int phoneId) { in shutdownRadioUsingPhoneId()
3430 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone()
5957 int phoneId = UiccController.getInstance().getPhoneIdFromSlotPortIndex(slotIndex, in getPhoneFromSlotPortIndexOrThrowException() local
7465 int phoneId = SubscriptionManager.getPhoneId(subId); in isUserDataEnabled() local
7515 int phoneId = SubscriptionManager.getPhoneId(subId); in isDataEnabled() local
7564 int phoneId = SubscriptionManager.getPhoneId(subId); in isDataEnabledForReason() local
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java91 String reason, int phoneId) { in toTelecomDisconnectCause()
108 int phoneId, ImsReasonInfo imsReasonInfo, FlagsAdapter featureFlags) { in toTelecomDisconnectCause()
126 int phoneId, ImsReasonInfo imsReasonInfo, FlagsAdapter featureFlags, in toTelecomDisconnectCause()
142 int phoneId, ImsReasonInfo imsReasonInfo, PersistableBundle carrierConfig, in toTelecomDisconnectCause()
660 Context context, int telephonyDisconnectCause, int phoneId, in toTelecomDisconnectCauseDescription()
897 private static boolean isRadioOffForThermalMitigation(int phoneId) { in isRadioOffForThermalMitigation()
913 String reason, int phoneId) { in toTelecomDisconnectReason()
1020 private static PersistableBundle getCarrierConfigBundle(int phoneId) { in getCarrierConfigBundle()
1036 protected static boolean is2gDisabled(int phoneId) { in is2gDisabled()
DTelephonyConnectionService.java483 String reason, int phoneId); in toTelecomDisconnectCause()
2207 int phoneId = (phone == null) ? -1 : phone.getPhoneId(); in retryOutgoingOriginalConnection() local
3563 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount() local
3925 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall() local
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DDynamicRoutingController.java61 Phone getPhone(int phoneId); in getPhone()
66 public Phone getPhone(int phoneId) { in getPhone()
97 private String getLastKnownCountryIso(int phoneId) { in getLastKnownCountryIso()
263 private String getNetworkCountryIso(int phoneId) { in getNetworkCountryIso()
338 private void updateDynamicEmergencyNumbers(int phoneId) { in updateDynamicEmergencyNumbers()
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DDynamicRoutingControllerTest.java203 private void sendNetworkCountryChanged(int phoneId, String iso) { in sendNetworkCountryChanged()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCdmaServiceCategoryProgramHandler.java140 String originatingAddress, int phoneId, Consumer<Bundle> callback) { in handleServiceCategoryProgramData()
DCellBroadcastHandler.java709 public static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone()
726 public static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
/packages/services/Telephony/src/com/android/phone/slice/
DSlicePurchaseController.java367 int phoneId = intent.getIntExtra(EXTRA_PHONE_ID, in onReceive() local
460 int phoneId = phone.getPhoneId(); in getInstance() local
477 @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.java305 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() local
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java145 static ContentValues buildPhone(long phoneId) { in buildPhone()
149 static ContentValues buildPhone(long phoneId, String value) { in buildPhone()
DRawContactDeltaTests.java63 public static RawContact getRawContact(Context context, long contactId, long phoneId) { in getRawContact()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java726 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.java4231 int phoneId = phone.getPhoneId(); in setupHandleToPhoneMap() local
4242 private Phone makeTestPhone(int phoneId, int serviceState, boolean isEmergencyOnly) { in makeTestPhone()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1570 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local