Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
H A DLeakDetectorTest.java93 CollectionWaiter collectionWaiter = trackCollectionWith(mLeakDetector::trackCollection); in trackCollection_doesNotLeakTrackedObject()
112 mLeakDetector.trackCollection(col1, "tag"); in testDump()
128 mLeakDetector.trackCollection(col1, "tag"); in testDisabled()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakDetector.java81 public <T> void trackCollection(Collection<T> collection, String tag) { in trackCollection() method in LeakDetector
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerServiceImpl.java210 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()