Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java244 int subId2 = mTelephonyManager.getSubIdForPhoneAccount(account2); in initAccountList()
246 subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in initAccountList()
248 mSubscriptionManager.getSlotIndex(subId2)) ? -1 : 1; in initAccountList()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java614 int subId2 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account2); in sortSimPhoneAccountsForEmergency() local
618 int slotId2 = (subId2 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()
619 ? mTelephonyAdapter.getSlotIndex(subId2) in sortSimPhoneAccountsForEmergency()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java1372 final int subId2 = 2;
1375 buildImsState(IMSI_2, subId2, TEST_IFACE2)};
1395 final String vtIface2 = NetworkStats.IFACE_VT + subId2;