Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java610 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency() local
612 int slotId1 = (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()
613 ? mTelephonyAdapter.getSlotIndex(subId1) in sortSimPhoneAccountsForEmergency()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java322 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()
324 if (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID && in initAccountList()
326 retval = (mSubscriptionManager.getSlotIndex(subId1) < in initAccountList()