Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
DLeakDetectorTest.java87 CollectionWaiter collectionWaiter = trackCollectionWith(mLeakDetector::trackCollection); in trackCollection_doesNotLeakTrackedObject()
106 mLeakDetector.trackCollection(col1, "tag"); in testDump()
122 mLeakDetector.trackCollection(col1, "tag"); in testDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DLeakDetector.java77 public <T> void trackCollection(Collection<T> collection, String tag) { in trackCollection() method in LeakDetector
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java184 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()