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.java44 private final SparseIntArray mKeyToIndexMap = new SparseIntArray(); field in GenerationRegistry
58 final int index = getKeyIndexLocked(key, mKeyToIndexMap, backingStore); in incrementGeneration()
76 final int index = getKeyIndexLocked(key, mKeyToIndexMap, backingStore); in addGenerationData()
99 if (backingStore != null && mKeyToIndexMap.size() > 0) { in onUserRemoved()
103 resetSlotForKeyLocked(secureKey, mKeyToIndexMap, backingStore); in onUserRemoved()
107 resetSlotForKeyLocked(systemKey, mKeyToIndexMap, backingStore); in onUserRemoved()