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/ |
D | ModuleListener.java | 118 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()
|
D | ConsoleReporter.java | 153 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() 161 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() 177 public void testRunStopped(long elapsedTime) { in testRunStopped()
|
D | MetadataReporter.java | 154 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() 162 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
|
D | ResultReporter.java | 425 public void testRunStopped(long elapsedTime) { in testRunStopped() 433 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() 441 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() 525 public void invocationEnded(long elapsedTime) { in invocationEnded()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 89 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() 98 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/ |
D | PreviousSessionFileCopier.java | 68 public void invocationEnded(long elapsedTime) { in invocationEnded()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | IModuleResult.java | 31 void addRuntime(long elapsedTime); in addRuntime()
|
D | ModuleResult.java | 191 public void addRuntime(long elapsedTime) { in addRuntime()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestResultParser.java | 389 long elapsedTime; in processJsonFile() local
|