Searched refs:CollectionState (Results 1 – 1 of 1) sorted by relevance
34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections41 CollectionState collectionState = mCollections.get(collection); in track()43 collectionState = new CollectionState(); in track()56 private static class CollectionState { class in TrackedCollections95 for (Map.Entry<WeakReference<Collection<?>>, CollectionState> entry in dump()