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.java123 private SparseArray<Integer> mSlotToAssociatedSubIds; field in TelephonyRcsService
170 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()