Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java42 private final SparseIntArray mKeyToIndexMap = new SparseIntArray(); field in GenerationRegistry
56 final int index = getKeyIndexLocked(key, mKeyToIndexMap, backingStore); in incrementGeneration()
74 final int index = getKeyIndexLocked(key, mKeyToIndexMap, backingStore); in addGenerationData()
97 if (backingStore != null && mKeyToIndexMap.size() > 0) { in onUserRemoved()
101 resetSlotForKeyLocked(secureKey, mKeyToIndexMap, backingStore); in onUserRemoved()
105 resetSlotForKeyLocked(systemKey, mKeyToIndexMap, backingStore); in onUserRemoved()