Searched refs:keyToIndexMap (Results 1 – 2 of 2) sorted by relevance
151 private static void resetSlotForKeyLocked(int key, SparseIntArray keyToIndexMap, in resetSlotForKeyLocked() argument153 final int index = keyToIndexMap.get(key, -1); in resetSlotForKeyLocked()155 keyToIndexMap.delete(key); in resetSlotForKeyLocked()164 private static int getKeyIndexLocked(int key, SparseIntArray keyToIndexMap, in getKeyIndexLocked() argument166 int index = keyToIndexMap.get(key, -1); in getKeyIndexLocked()171 keyToIndexMap.append(key, index); in getKeyIndexLocked()
84 LinkedHashMap<String, Integer> keyToIndexMap = new LinkedHashMap<>(); in getNextIndexGroup() local89 keyToIndexMap.put(key, value); in getNextIndexGroup()95 return keyToIndexMap; in getNextIndexGroup()