Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java152 private static Map<Integer, ArrayList<Integer>> sSlotIndexToSubIds = new ConcurrentHashMap<>(); field in SubscriptionController
1222 + " sSlotIndexToSubIds.size=" + sSlotIndexToSubIds.size() in addSubInfo()
1302 if (DBG) logdl("[addSubInfoRecord]- info size=" + sSlotIndexToSubIds.size()); in addSubInfo()
1408 ArrayList<Integer> subIdsList = sSlotIndexToSubIds.get(slotIndex); in removeSubInfo()
1415 sSlotIndexToSubIds.remove(slotIndex); in removeSubInfo()
1459 sSlotIndexToSubIds.remove(slotIndex); in clearSubInfoRecord()
2116 int size = sSlotIndexToSubIds.size(); in getSlotIndex()
2123 for (Entry<Integer, ArrayList<Integer>> entry : sSlotIndexToSubIds.entrySet()) { in getSlotIndex()
2166 int size = sSlotIndexToSubIds.size(); in getSubId()
2176 ArrayList<Integer> subIds = sSlotIndexToSubIds.get(slotIndex); in getSubId()
[all …]