Searched refs:subId1 (Results 1 – 2 of 2) sorted by relevance
545 int subId1 = mTelephonyAdapter.getSubIdForPhoneAccount(mContext, account1); in sortSimPhoneAccountsForEmergency() local547 int slotId1 = (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID) in sortSimPhoneAccountsForEmergency()548 ? mTelephonyAdapter.getSlotIndex(subId1) in sortSimPhoneAccountsForEmergency()
323 int subId1 = mTelephonyManager.getSubIdForPhoneAccount(account1); in initAccountList()325 if (subId1 != SubscriptionManager.INVALID_SUBSCRIPTION_ID && in initAccountList()327 retval = (mSubscriptionManager.getSlotIndex(subId1) < in initAccountList()