Home
last modified time | relevance | path

Searched refs:onTestRunEnd (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIMetricCollector.java80 public void onTestRunEnd(DeviceMetricData runData, final Map<String, Metric> currentRunMetrics); in onTestRunEnd() method
DBaseDeviceMetricCollector.java104 public void onTestRunEnd( in onTestRunEnd() method in BaseDeviceMetricCollector
169 onTestRunEnd(mRunData, runMetrics); in testRunEnded()
DScheduledDeviceMetricCollector.java85 public final void onTestRunEnd( in onTestRunEnd() method in ScheduledDeviceMetricCollector
DScheduleMultipleDeviceMetricCollector.java210 public final void onTestRunEnd( in onTestRunEnd() method in ScheduleMultipleDeviceMetricCollector
DFilePullerDeviceMetricCollector.java60 public void onTestRunEnd( in onTestRunEnd() method in FilePullerDeviceMetricCollector
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DScheduleMultipleDeviceMetricCollectorTest.java166 mMultipleMetricCollector.onTestRunEnd(runData, metrics); in testMultipleMetricCollector_success()
191 mMultipleMetricCollector.onTestRunEnd(runData, metrics); in testMultipleMetricCollector_noFailureEvenIfNoCollectorRequested()
235 mMultipleMetricCollector.onTestRunEnd(runData, metrics); in testMultipleMetricCollector_collectorNotFound()
DBaseDeviceMetricCollectorTest.java121 public void onTestRunEnd( in testForwarding_withException()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1834 public void onTestRunEnd( in onTestRunEnd() method in TestInvocationTest.TestableCollector