Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java53 private final ArrayMap<Integer, MemoryIntArray> mKeyToBackingStoreMap = new ArrayMap(); field in GenerationRegistry
209 MemoryIntArray backingStore = mKeyToBackingStoreMap.get(key); in getBackingStoreLocked()
222 mKeyToBackingStoreMap.put(key, backingStore); in getBackingStoreLocked()
238 MemoryIntArray backingStore = mKeyToBackingStoreMap.get(key); in destroyBackingStoreLocked()
248 mKeyToBackingStoreMap.remove(key); in destroyBackingStoreLocked()
303 final int numBackingStores = mKeyToBackingStoreMap.size(); in dumpProto()
309 final int key = mKeyToBackingStoreMap.keyAt(i); in dumpProto()
312 mKeyToBackingStoreMap.valueAt(i).size()); in dumpProto()
350 final int numBackingStores = mKeyToBackingStoreMap.size(); in dump()
353 final int key = mKeyToBackingStoreMap.keyAt(i); in dump()
[all …]