Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java95 int getSubIdForPhoneAccount(Context context, PhoneAccount account); in getSubIdForPhoneAccount() method
101 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) {
106 return manager.getSubIdForPhoneAccount(account);
545 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency()
546 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency()
DPhoneAccountRegistrar.java197 return tm.getSubIdForPhoneAccount(account); in getSubscriptionIdForPhoneAccount()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java323 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()
324 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
368 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/apps/Settings/src/com/android/settings/sim/
DCallsSimListDialogFragment.java51 final int subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in getCurrentSubscriptions()
DSimDialogActivity.java180 if (subId == telephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in subscriptionIdToPhoneAccountHandle()
/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.java287 subId = telephonyManager.getSubIdForPhoneAccount(phoneAccount); in loadPhoneInfo()
DPhoneUtils.java1259 public static int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneUtils
DPhoneInterfaceManager.java5333 public int getSubIdForPhoneAccount(PhoneAccount phoneAccount) { in getSubIdForPhoneAccount() method in PhoneInterfaceManager
5336 return PhoneUtils.getSubIdForPhoneAccount(phoneAccount); in getSubIdForPhoneAccount()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java500 when(mTelephonyManager.getSubIdForPhoneAccount((PhoneAccount) any())).thenReturn(
DCreateConnectionProcessorTest.java122 public int getSubIdForPhoneAccount(Context context, PhoneAccount account) { in setUp()