Searched refs:mCollections (Results 1 – 4 of 4) sorted by relevance
36 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections47 CollectionState collectionState = mCollections.get(collection); in track()52 mCollections.put(collection, collectionState); in track()102 : mCollections.entrySet()) { in dump()
95 private MapCollections<E, E> mCollections; field in ArraySet876 if (mCollections == null) { in getCollection()877 mCollections = new MapCollections<E, E>() { in getCollection()924 return mCollections; in getCollection()
126 private MapCollections<K, V> mCollections; field in ArrayMap928 if (mCollections == null) { in getCollection()929 mCollections = new MapCollections<K, V>() { in getCollection()976 return mCollections; in getCollection()
57494 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;57504 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;