Searched refs:mCollections (Results 1 – 3 of 3) 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()