Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DIncidentReportCollector.java69 public void onTestRunEnd( in onTestRunEnd() method in IncidentReportCollector
71 super.onTestRunEnd(runData, currentRunMetrics); in onTestRunEnd()
DIMetricCollector.java81 public void onTestRunEnd(DeviceMetricData runData, final Map<String, Metric> currentRunMetrics); in onTestRunEnd() method
DLogcatOnFailureCollector.java84 public void onTestRunEnd(DeviceMetricData runData, Map<String, Metric> currentRunMetrics) { in onTestRunEnd() method in LogcatOnFailureCollector
DFilePullerDeviceMetricCollector.java79 public void onTestRunEnd( in onTestRunEnd() method in FilePullerDeviceMetricCollector
DBaseDeviceMetricCollector.java160 public void onTestRunEnd( in onTestRunEnd() method in BaseDeviceMetricCollector
275 onTestRunEnd(mRunData, runMetrics); in testRunEnded()
/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.java149 public void onTestRunEnd( in testForwarding_withException()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DScheduledDeviceMetricCollector.java85 public final void onTestRunEnd( in onTestRunEnd() method in ScheduledDeviceMetricCollector
DHostStatsdMetricCollector.java93 public void onTestRunEnd( in onTestRunEnd() method in HostStatsdMetricCollector
DRebootReasonCollector.java72 public void onTestRunEnd( in onTestRunEnd() method in RebootReasonCollector
DLogcatTimingMetricCollector.java117 public void onTestRunEnd( in onTestRunEnd() method in LogcatTimingMetricCollector
DRuntimeRestartCollector.java133 public void onTestRunEnd( in onTestRunEnd() method in RuntimeRestartCollector
/tools/loganalysis/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java123 public void onTestRunEnd( in onTestRunEnd() method in LogcatTimingMetricCollector
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java922 public void onTestRunEnd( in onTestRunEnd() method in GranularRetriableTestWrapperTest.CalledMetricCollector
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1887 public void onTestRunEnd( in onTestRunEnd() method in TestInvocationTest.TestableCollector