Searched refs:keyToIndexMap (Results 1 – 1 of 1) sorted by relevance
148 private static void resetSlotForKeyLocked(int key, SparseIntArray keyToIndexMap, in resetSlotForKeyLocked() argument150 final int index = keyToIndexMap.get(key, -1); in resetSlotForKeyLocked()152 keyToIndexMap.delete(key); in resetSlotForKeyLocked()161 private static int getKeyIndexLocked(int key, SparseIntArray keyToIndexMap, in getKeyIndexLocked() argument163 int index = keyToIndexMap.get(key, -1); in getKeyIndexLocked()168 keyToIndexMap.append(key, index); in getKeyIndexLocked()