Searched defs:testRunEnded (Results 1 – 6 of 6) sorted by relevance
| /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
| D | NoOpTestInvocationListener.java | 118 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) {} in testRunEnded() method in NoOpTestInvocationListener
|
| /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
| D | ModuleListener.java | 124 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ModuleListener
|
| D | ConsoleReporter.java | 152 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ConsoleReporter
|
| D | ResultReporter.java | 344 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in ResultReporter
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
| D | IssueReporter.java | 141 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in IssueReporter
|
| D | CtsXmlResultReporter.java | 329 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in CtsXmlResultReporter
|