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.java190 final int phoneId = msg.arg1; in handleMessage() local
571 private void clearConfigForPhone(int phoneId, boolean sendBroadcast) { in clearConfigForPhone()
588 private void notifySubscriptionInfoUpdater(int phoneId) { in notifySubscriptionInfoUpdater()
618 private void broadcastConfigChangedIntent(int phoneId) { in broadcastConfigChangedIntent()
622 private void broadcastConfigChangedIntent(int phoneId, boolean addSubIdExtra) { in broadcastConfigChangedIntent()
660 private boolean bindToConfigPackage(String pkgName, int phoneId, int eventId) { in bindToConfigPackage()
678 private CarrierIdentifier getCarrierIdentifierForPhoneId(int phoneId) { in getCarrierIdentifierForPhoneId()
705 private String getCarrierPackageForPhoneId(int phoneId) { in getCarrierPackageForPhoneId()
716 private String getIccIdForPhoneId(int phoneId) { in getIccIdForPhoneId()
730 private int getSpecificCarrierIdForPhoneId(int phoneId) { in getSpecificCarrierIdForPhoneId()
[all …]
DImsUtil.java61 public static boolean isWfcEnabled(Context context, int phoneId) { in isWfcEnabled()
84 public static boolean isWfcModeWifiOnly(Context context, int phoneId) { in isWfcModeWifiOnly()
113 public static boolean shouldPromoteWfc(Context context, int phoneId) { in shouldPromoteWfc()
141 private static int getSubId(int phoneId) { in getSubId()
DIccNetworkDepersonalizationPanel.java94 int phoneId = phone == null ? 0: phone.getPhoneId(); in showDialog() local
110 public static void dialogDismiss(int phoneId) { in dialogDismiss()
230 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.java212 EventSimStateChangedBag(int phoneId, String iccStatus) { in EventSimStateChangedBag()
666 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, in onReceive() local
682 int phoneId = intent.getIntExtra(PhoneConstants.PHONE_KEY, 0); in onReceive() local
DPhoneInterfaceManager.java1344 int phoneId = request.phone.getPhoneId(); in handleMessage() local
2086 private void shutdownRadioUsingPhoneId(int phoneId) { in shutdownRadioUsingPhoneId()
2308 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone()
4440 int phoneId = UiccController.getInstance().getPhoneIdFromSlotId(slotIndex); in getPhoneFromSlotIdOrThrowException() local
5694 int phoneId = mSubscriptionController.getPhoneId(subId); in setUserDataEnabled() local
5773 int phoneId = mSubscriptionController.getPhoneId(subId); in isUserDataEnabled() local
5802 int phoneId = mSubscriptionController.getPhoneId(subId); in isDataEnabled() local
5911 int phoneId = SubscriptionManager.getPhoneId(subId); in checkCarrierPrivilegesForPackage() local
5946 public List<String> getCarrierPackageNamesForIntentAndPhone(Intent intent, int phoneId) { in getCarrierPackageNamesForIntentAndPhone()
5960 public List<String> getPackagesWithCarrierPrivileges(int phoneId) { in getPackagesWithCarrierPrivileges()
[all …]
DNotificationMgr.java805 int phoneId = SubscriptionManager.getPhoneId(subId); in updateNetworkSelection() local
/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java85 String reason, int phoneId) { in toTelecomDisconnectCause()
102 int phoneId) { in toTelecomDisconnectCause()
577 Context context, int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseDescription()
798 String reason, int phoneId) { in toTelecomDisconnectReason()
832 private static int toTelecomDisconnectCauseTone(int telephonyDisconnectCause, int phoneId) { in toTelecomDisconnectCauseTone()
DTelephonyConnectionService.java382 String reason, int phoneId); in toTelecomDisconnectCause()
1618 int phoneId = (c.getPhone() == null) ? -1 : c.getPhone().getPhoneId(); in retryOutgoingOriginalConnection() local
1874 int phoneId = mSubscriptionManagerProxy.getPhoneId(subId); in getPhoneForAccount() local
2070 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.java567 protected static int getSubIdForPhone(Context context, int phoneId) { in getSubIdForPhone()
582 public static void putPhoneIdAndSubIdExtra(Context context, Intent intent, int phoneId) { in putPhoneIdAndSubIdExtra()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java218 int phoneId = 0; in testPutPhoneIdAndSubIdExtra() local
/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.java184 int phoneId = SubscriptionController.getInstance().getPhoneId(subId); in onPreferenceTreeClick() local
/packages/apps/Settings/src/com/android/settings/network/telephony/
DWifiCallingPreferenceController.java226 final int phoneId = SubscriptionManager.getSlotIndex(subId); in isWifiCallingEnabled() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimSettings.java240 private PhoneStateListener getPhoneStateListener(int phoneId) { in getPhoneStateListener()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java140 static ContentValues buildPhone(long phoneId) { in buildPhone()
144 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/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java98 public static boolean isWifiCallingEnabled(Context context, int phoneId) { in isWifiCallingEnabled()
/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.java1265 private Phone makeTestPhone(int phoneId, int serviceState, boolean isEmergencyOnly) { in makeTestPhone()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java1351 long phoneId = ContentUris.parseId(uri); in testPhonesQuery() local