Home
last modified time | relevance | path

Searched defs:mCollections (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections
/aosp12/frameworks/base/core/java/android/util/
H A DArraySet.java93 private MapCollections<E, E> mCollections; field in ArraySet
H A DArrayMap.java123 private MapCollections<K, V> mCollections; field in ArrayMap