Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections
41 CollectionState collectionState = mCollections.get(collection); in track()
46 mCollections.put(collection, collectionState); in track()
96 : mCollections.entrySet()) { in dump()
/frameworks/base/core/java/android/util/
DArraySet.java83 MapCollections<E, E> mCollections; field in ArraySet
788 if (mCollections == null) { in getCollection()
789 mCollections = new MapCollections<E, E>() { in getCollection()
836 return mCollections; in getCollection()
DArrayMap.java114 MapCollections<K, V> mCollections; field in ArrayMap
882 if (mCollections == null) { in getCollection()
883 mCollections = new MapCollections<K, V>() { in getCollection()
930 return mCollections; in getCollection()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76635 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;
76645 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;