Searched refs:mSlotToAssociatedSubIds (Results 1 – 1 of 1) sorted by relevance
123 private SparseArray<Integer> mSlotToAssociatedSubIds; field in TelephonyRcsService170 mSlotToAssociatedSubIds = new SparseArray<>(numSlots); in TelephonyRcsService()182 mSlotToAssociatedSubIds = new SparseArray<>(numSlots); in TelephonyRcsService()245 mSlotToAssociatedSubIds.remove(i); in updateFeatureControllerSize()263 int currId = mSlotToAssociatedSubIds.get(slotId, in verifyActiveSubId()278 final int oldSubId = mSlotToAssociatedSubIds.get(slotId, in onCarrierConfigChangedForSlot()280 mSlotToAssociatedSubIds.put(slotId, subId); in onCarrierConfigChangedForSlot()