Searched refs:sSlotIndexToSubIds (Results 1 – 1 of 1) sorted by relevance
152 private static Map<Integer, ArrayList<Integer>> sSlotIndexToSubIds = new ConcurrentHashMap<>(); field in SubscriptionController1222 + " 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 …]