Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java117 private SparseArray<Integer> mSlotToAssociatedSubIds; field in TelephonyRcsService
164 mSlotToAssociatedSubIds = new SparseArray<>(numSlots); in TelephonyRcsService()
173 mSlotToAssociatedSubIds = new SparseArray<>(numSlots); in TelephonyRcsService()
234 mSlotToAssociatedSubIds.remove(i); in updateFeatureControllerSize()
251 final int oldSubId = mSlotToAssociatedSubIds.get(slotId, in onCarrierConfigChangedForSlot()
253 mSlotToAssociatedSubIds.put(slotId, subId); in onCarrierConfigChangedForSlot()