/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | RetryLogSaverResultForwarder.java | 37 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in RetryLogSaverResultForwarder 42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in RetryLogSaverResultForwarder 48 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in RetryLogSaverResultForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | RetryResultForwarder.java | 29 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in RetryResultForwarder 34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in RetryResultForwarder
|
D | ModuleResultsAndMetricsForwarder.java | 59 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ModuleResultsAndMetricsForwarder 64 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ModuleResultsAndMetricsForwarder 69 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ModuleResultsAndMetricsForwarder
|
D | EventsLoggerListener.java | 88 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in EventsLoggerListener 93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in EventsLoggerListener 98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in EventsLoggerListener
|
D | ResultForwarder.java | 188 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ResultForwarder 201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ResultForwarder 214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ResultForwarder
|
D | StubTestRunListener.java | 80 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in StubTestRunListener
|
D | SubprocessResultsReporter.java | 182 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in SubprocessResultsReporter 188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in SubprocessResultsReporter 194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in SubprocessResultsReporter
|
D | TestRunResultListener.java | 33 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunResultListener
|
D | CollectingTestListener.java | 179 public void testRunStarted(String name, int numTests) { in testRunStarted() method in CollectingTestListener 185 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in CollectingTestListener 191 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in CollectingTestListener
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 52 public default void testRunStarted(String runName, int testCount) {} in testRunStarted() method 64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method 79 public default void testRunStarted( in testRunStarted() method
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestMetricsCollectionListener.java | 110 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener 116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener 122 public void testRunStarted( in testRunStarted() method in CameraTestMetricsCollectionListener.AbstractCameraTestMetricsCollectionListener
|
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
D | NullTestListener.java | 44 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NullTestListener 49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in NullTestListener 54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in NullTestListener
|
D | ForwardingTestListener.java | 51 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ForwardingTestListener 56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ForwardingTestListener 61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ForwardingTestListener
|
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/ |
D | IsolationResultForwarder.java | 145 public void testRunStarted(Description description) throws IOException { in testRunStarted() method in IsolationResultForwarder
|
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
D | BazelXmlResultReporter.java | 89 public void testRunStarted(String name, int numTests) { in testRunStarted() method in BazelXmlResultReporter 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in BazelXmlResultReporter 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in BazelXmlResultReporter
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | GranularRetriableTestWrapper.java | 537 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector 543 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector 549 public void testRunStarted( in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector
|
D | ModuleListener.java | 94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ModuleListener 99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ModuleListener
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/ |
D | PythonBinaryHostTest.java | 561 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder 567 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder 573 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/ |
D | ResultDBReporter.java | 293 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ResultDBReporter 298 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ResultDBReporter 303 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ResultDBReporter
|
/tools/tradefederation/core/test_framework/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 80 public void testRunStarted(String name, int numTests) { in testRunStarted() method in JarHostTest.HostTestListener
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 198 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BasePostProcessor 203 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BasePostProcessor 208 public final void testRunStarted( in testRunStarted() method in BasePostProcessor
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandScheduler.java | 262 public void testRunStarted(String name, int numTests) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler 267 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler 273 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 234 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunToTestInvocationForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 319 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in ProtoResultReporter 324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ProtoResultReporter 329 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ProtoResultReporter
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | BaseDeviceMetricCollector.java | 334 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BaseDeviceMetricCollector 339 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BaseDeviceMetricCollector 344 public final void testRunStarted( in testRunStarted() method in BaseDeviceMetricCollector
|