Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java36 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections
47 CollectionState collectionState = mCollections.get(collection); in track()
52 mCollections.put(collection, collectionState); in track()
102 : mCollections.entrySet()) { in dump()
/aosp14/frameworks/base/core/java/android/util/
H A DArraySet.java95 private MapCollections<E, E> mCollections; field in ArraySet
876 if (mCollections == null) { in getCollection()
877 mCollections = new MapCollections<E, E>() { in getCollection()
924 return mCollections; in getCollection()
H A DArrayMap.java126 private MapCollections<K, V> mCollections; field in ArrayMap
928 if (mCollections == null) { in getCollection()
929 mCollections = new MapCollections<K, V>() { in getCollection()
976 return mCollections; in getCollection()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57494 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;
57504 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;