Searched refs:subId1 (Results 1 – 2 of 2) sorted by relevance
610 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency() local612 int slotId1 = (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()613 ? mTelephonyAdapter.getSlotIndex(subId1) in sortSimPhoneAccountsForEmergency()
322 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()324 if (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID && in initAccountList()326 retval = (mSubscriptionManager.getSlotIndex(subId1) < in initAccountList()