Home
last modified time | relevance | path

Searched refs:subId2 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java546 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency() local
550 int slotId2 = (subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()
551 ? mTelephonyAdapter.getSlotIndex(subId2) in sortSimPhoneAccountsForEmergency()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java324 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
326 subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in initAccountList()
328 mSubscriptionManager.getSlotIndex(subId2)) ? -1 : 1; in initAccountList()