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