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 | 149 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()
|
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 | 414 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/ |
D | JarHostTest.java | 87 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/ |
D | PreviousSessionFileCopier.java | 66 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
|