/tools/tradefederation/core/test_framework/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 86 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() method in JarHostTest.HostTestListener 93 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in JarHostTest.HostTestListener
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestListener.java | 59 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in GTestListener
|
D | InstrumentationListener.java | 212 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in InstrumentationListener
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | RemoteTestTimeOutEnforcer.java | 66 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in RemoteTestTimeOutEnforcer
|
D | GranularRetriableTestWrapper.java | 556 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in GranularRetriableTestWrapper.StartEndCollector 562 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method in GranularRetriableTestWrapper.StartEndCollector
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | ModuleResultsAndMetricsForwarder.java | 123 public void testRunEnded( in testRunEnded() method in ModuleResultsAndMetricsForwarder 135 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method in ModuleResultsAndMetricsForwarder
|
D | StubTestRunListener.java | 64 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in StubTestRunListener
|
D | TextResultReporter.java | 67 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded() method in TextResultReporter
|
D | TestRunResultListener.java | 43 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in TestRunResultListener
|
D | ReportPassedTests.java | 83 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in ReportPassedTests
|
D | NameMangleListener.java | 98 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in NameMangleListener
|
D | TestResultListener.java | 111 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded() method in TestResultListener
|
D | InvocationToJUnitResultForwarder.java | 73 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in InvocationToJUnitResultForwarder
|
D | ConsoleResultReporter.java | 117 public void testRunEnded(long elapsedTimeMillis, Map<String, String> metrics) { in testRunEnded() method in ConsoleResultReporter
|
D | EventsLoggerListener.java | 121 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded() method in EventsLoggerListener
|
D | LegacySubprocessResultsReporter.java | 159 public void testRunEnded(long time, Map<String, String> runMetrics) { in testRunEnded() method in LegacySubprocessResultsReporter
|
D | LogcatCrashResultForwarder.java | 175 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in LogcatCrashResultForwarder
|
D | ResultForwarder.java | 270 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in ResultForwarder
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 106 public default void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method 117 public default void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) {} in testRunEnded() method
|
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
D | NullTestListener.java | 69 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method in NullTestListener 74 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded() method in NullTestListener
|
D | ForwardingTestListener.java | 76 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() method in ForwardingTestListener 81 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded() method in ForwardingTestListener
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 201 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in TestRunToTestInvocationForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 230 public final void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in BasePostProcessor 235 public final void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in BasePostProcessor
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestRunResult.java | 432 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() method in TestRunResult 450 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in TestRunResult
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardListener.java | 196 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded() method in ShardListener
|