Searched refs:mCollections (Results 1 – 4 of 4) sorted by relevance
34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections41 CollectionState collectionState = mCollections.get(collection); in track()46 mCollections.put(collection, collectionState); in track()96 : mCollections.entrySet()) { in dump()
83 MapCollections<E, E> mCollections; field in ArraySet788 if (mCollections == null) { in getCollection()789 mCollections = new MapCollections<E, E>() { in getCollection()836 return mCollections; in getCollection()
114 MapCollections<K, V> mCollections; field in ArrayMap882 if (mCollections == null) { in getCollection()883 mCollections = new MapCollections<K, V>() { in getCollection()930 return mCollections; in getCollection()
76635 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;76645 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;