Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
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()
/frameworks/minikin/include/minikin/
DSystemFonts.h77 mCollections.emplace_back(std::move(collections)); in addFontMapInternal()
95 std::vector<std::shared_ptr<FontCollection>> mCollections GUARDED_BY(mMutex);
/frameworks/minikin/libs/minikin/
DSystemFonts.cpp42 for (const auto& collection : mCollections) { in buildFontSetLocked()
/frameworks/base/core/java/android/util/
DArraySet.java94 private MapCollections<E, E> mCollections; field in ArraySet
875 if (mCollections == null) { in getCollection()
876 mCollections = new MapCollections<E, E>() { in getCollection()
923 return mCollections; in getCollection()
DArrayMap.java125 private MapCollections<K, V> mCollections; field in ArrayMap
927 if (mCollections == null) { in getCollection()
928 mCollections = new MapCollections<K, V>() { in getCollection()
975 return mCollections; in getCollection()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56851 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;
56861 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;