Searched refs:mKeyToIndexMapMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | GenerationRegistry.java | 57 private final ArrayMap<Integer, ArrayMap<String, Integer>> mKeyToIndexMapMap = new ArrayMap<>(); field in GenerationRegistry 113 final int index = getKeyIndexLocked(key, indexMapKey, mKeyToIndexMapMap, in incrementGenerationInternal() 163 final int index = getKeyIndexLocked(key, indexMapKey, mKeyToIndexMapMap, in addGenerationData() 194 if (mKeyToIndexMapMap.containsKey(secureKey)) { in onUserRemoved() 196 mKeyToIndexMapMap.remove(secureKey); in onUserRemoved() 199 if (mKeyToIndexMapMap.containsKey(systemKey)) { in onUserRemoved() 201 mKeyToIndexMapMap.remove(systemKey); in onUserRemoved() 314 mKeyToIndexMapMap.get(key).size()); in dumpProto() 315 final ArrayMap<String, Integer> indexMap = mKeyToIndexMapMap.get(key); in dumpProto() 323 final int index = getKeyIndexLocked(key, setting, mKeyToIndexMapMap, in dumpProto() [all …]
|