Home
last modified time | relevance | path

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

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