Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections
41 CollectionState collectionState = mCollections.get(collection); in track()
43 collectionState = new CollectionState(); in track()
56 private static class CollectionState { class in TrackedCollections
95 for (Map.Entry<WeakReference<Collection<?>>, CollectionState> entry in dump()