Searched refs:trackCollection (Results 1 – 3 of 3) sorted by relevance
93 CollectionWaiter collectionWaiter = trackCollectionWith(mLeakDetector::trackCollection); in trackCollection_doesNotLeakTrackedObject()112 mLeakDetector.trackCollection(col1, "tag"); in testDump()128 mLeakDetector.trackCollection(col1, "tag"); in testDisabled()
81 public <T> void trackCollection(Collection<T> collection, String tag) { in trackCollection() method in LeakDetector
214 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()