Searched refs:subId2 (Results 1 – 3 of 3) sorted by relevance
244 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()246 subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in initAccountList()248 mSubscriptionManager.getSlotIndex(subId2)) ? -1 : 1; in initAccountList()
614 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency() local618 int slotId2 = (subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()619 ? mTelephonyAdapter.getSlotIndex(subId2) in sortSimPhoneAccountsForEmergency()
1372 final int subId2 = 2;1375 buildImsState(IMSI_2, subId2, TEST_IFACE2)};1395 final String vtIface2 = NetworkStats.IFACE_VT + subId2;