Searched refs:subId2 (Results 1 – 2 of 2) sorted by relevance
611 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency() local615 int slotId2 = (subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()616 ? mTelephonyAdapter.getSlotIndex(subId2) in sortSimPhoneAccountsForEmergency()
323 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()325 subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in initAccountList()327 mSubscriptionManager.getSlotIndex(subId2)) ? -1 : 1; in initAccountList()