Home
last modified time | relevance | path

Searched defs:testRunStarted (Results 1 – 25 of 35) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java37 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/
DRetryResultForwarder.java29 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
DModuleResultsAndMetricsForwarder.java59 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
DEventsLoggerListener.java88 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
DResultForwarder.java188 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
DStubTestRunListener.java80 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in StubTestRunListener
DSubprocessResultsReporter.java182 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
DTestRunResultListener.java33 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunResultListener
DCollectingTestListener.java179 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/
DITestLifeCycleReceiver.java52 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/
DCameraTestMetricsCollectionListener.java110 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/
DNullTestListener.java44 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
DForwardingTestListener.java51 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/
DIsolationResultForwarder.java145 public void testRunStarted(Description description) throws IOException { in testRunStarted() method in IsolationResultForwarder
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java89 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/
DGranularRetriableTestWrapper.java537 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
DModuleListener.java94 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/
DPythonBinaryHostTest.java561 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/
DResultDBReporter.java293 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/
DJarHostTest.java80 public void testRunStarted(String name, int numTests) { in testRunStarted() method in JarHostTest.HostTestListener
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java198 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/
DClusterCommandScheduler.java262 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/
DTestRunToTestInvocationForwarder.java234 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunToTestInvocationForwarder
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java319 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/
DBaseDeviceMetricCollector.java334 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

12