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.java611 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency() local
615 int slotId2 = (subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()
616 ? mTelephonyAdapter.getSlotIndex(subId2) in sortSimPhoneAccountsForEmergency()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java323 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
325 subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in initAccountList()
327 mSubscriptionManager.getSlotIndex(subId2)) ? -1 : 1; in initAccountList()