Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java96 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method
102 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) {
610 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()
611 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java322 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()
323 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
367 mTelephonyManager.getSubIdForPhoneAccount(account)); in initAccountList()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/
DSimDialogActivity.java147 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()
219 int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in createDialog()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSimStateTracker.java219 int subId = context.getSystemService(TelephonyManager.class).getSubIdForPhoneAccount( in onCarrierConfigChanged()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java292 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
DPhoneUtils.java728 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
DPhoneInterfaceManager.java6496 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager
6499 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java124 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()