Searched refs:keyToIndexMap (Results 1 – 1 of 1) sorted by relevance
141 private static void resetSlotForKeyLocked(int key, SparseIntArray keyToIndexMap, in resetSlotForKeyLocked() argument143 final int index = keyToIndexMap.get(key, -1); in resetSlotForKeyLocked()145 keyToIndexMap.delete(key); in resetSlotForKeyLocked()154 private static int getKeyIndexLocked(int key, SparseIntArray keyToIndexMap, in getKeyIndexLocked() argument156 int index = keyToIndexMap.get(key, -1); in getKeyIndexLocked()161 keyToIndexMap.append(key, index); in getKeyIndexLocked()