Home
last modified time | relevance | path

Searched defs:elapsedTime (Results 1 – 9 of 9) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java118 public void testRunStopped(long elapsedTime) { in testRunStopped()
127 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
136 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded()
161 public void invocationEnded(long elapsedTime) { in invocationEnded()
DConsoleReporter.java149 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded()
157 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
173 public void testRunStopped(long elapsedTime) { in testRunStopped()
DMetadataReporter.java154 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded()
162 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
DResultReporter.java414 public void testRunStopped(long elapsedTime) { in testRunStopped()
422 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded()
430 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
514 public void invocationEnded(long elapsedTime) { in invocationEnded()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java87 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded()
96 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopier.java66 public void invocationEnded(long elapsedTime) { in invocationEnded()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DIModuleResult.java31 void addRuntime(long elapsedTime); in addRuntime()
DModuleResult.java191 public void addRuntime(long elapsedTime) { in addRuntime()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java389 long elapsedTime; in processJsonFile() local