Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIonHeapInfoMetricCollector.java50 getInvocationListener() in collectIonAudio()
68 getInvocationListener() in collectIonSystem()
DBugreportzMetricCollector.java33 if (!device.logBugreport(hostBugreportFilename, getInvocationListener())) { in collect()
DBugreportzOnFailureCollector.java31 if (!device.logBugreport(name, getInvocationListener())) { in onTestFail()
DGraphicsStatsMetricCollector.java42 getInvocationListener() in collect()
DPagetypeInfoMetricCollector.java42 getInvocationListener() in collect()
DIMetricCollector.java64 public ITestInvocationListener getInvocationListener(); in getInvocationListener() method
DTraceMetricCollector.java43 getInvocationListener() in collect()
DMemInfoMetricCollector.java42 getInvocationListener() in collect()
DBuddyInfoMetricCollector.java43 getInvocationListener() in collect()
DDumpHeapCollector.java126 getInvocationListener() in saveDumpheap()
DAtraceRunMetricCollector.java70 mListener = getInvocationListener(); in processMetricDirectory()
DBaseDeviceMetricCollector.java97 public final ITestInvocationListener getInvocationListener() { in getInvocationListener() method in BaseDeviceMetricCollector
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java102 Assert.assertSame(mMockListener, mBase.getInvocationListener()); in testInitAndForwarding()
174 Assert.assertSame(mMockListener, mBase.getInvocationListener()); in testForwarding_withException()
321 Assert.assertSame(mMockListener, mBase.getInvocationListener()); in verifyFiltering()