Home
last modified time | relevance | path

Searched refs:getSubIdForPhoneAccount (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java97 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method
103 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) {
613 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()
614 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java243 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()
244 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
288 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DVisualVoicemailService.java293 .getSubIdForPhoneAccount(telecomManager.getPhoneAccount(phoneAccountHandle)); in getSubId()
H A DTelephonyManager.java11119 public int getSubIdForPhoneAccount(@Nullable PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in TelephonyManager
11124 retval = service.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/
H A DVvmSimStateTracker.java224 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DShortcutViewUtils.java292 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
H A DPhoneUtils.java728 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
H A DPhoneInterfaceManager.java7617 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager
7620 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1359 int getSubIdForPhoneAccount(in PhoneAccount phoneAccount); in getSubIdForPhoneAccount() method
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCreateConnectionProcessorTest.java124 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java4500 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87712 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->getSubIdForPhoneAccount(Landroid/telecom/Ph…
88062 Lcom/android/internal/telephony/ITelephony;->getSubIdForPhoneAccount(Landroid/telecom/PhoneAccount;…