Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java167 private Map<Integer, ArrayList<Integer>> mSlotIndexToSubIds = new ConcurrentHashMap<>(); field in SubscriptionController.WatchedSlotIndexToSubIds
173 mSlotIndexToSubIds.clear(); in clear()
179 return mSlotIndexToSubIds.entrySet(); in entrySet()
184 ArrayList<Integer> subIdList = mSlotIndexToSubIds.get(slotIndex); in getCopy()
193 mSlotIndexToSubIds.put(slotIndex, value); in put()
199 mSlotIndexToSubIds.remove(slotIndex); in remove()
205 return mSlotIndexToSubIds.size(); in size()
210 return mSlotIndexToSubIds; in getMap()
214 ArrayList<Integer> subIdList = mSlotIndexToSubIds.get(slotIndex); in removeFromSubIdList()
221 mSlotIndexToSubIds.remove(slotIndex); in removeFromSubIdList()
[all …]