Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java35 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in RetryLogSaverResultForwarder
40 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in RetryLogSaverResultForwarder
46 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
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
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
DNameMangleListener.java114 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NameMangleListener
/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/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java471 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
477 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
483 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
/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.java515 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector
521 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in GranularRetriableTestWrapper.StartEndCollector
527 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/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/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/postprocessor/
DBasePostProcessor.java196 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BasePostProcessor
201 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BasePostProcessor
206 public final void testRunStarted( in testRunStarted() method in BasePostProcessor
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java220 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunToTestInvocationForwarder
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java309 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in ProtoResultReporter
314 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ProtoResultReporter
319 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.java333 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BaseDeviceMetricCollector
338 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BaseDeviceMetricCollector
343 public final void testRunStarted( in testRunStarted() method in BaseDeviceMetricCollector
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java113 public void testRunStarted(Description description) throws Exception { in testRunStarted() method in JUnit4ResultForwarder
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java104 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in InstrumentationListener

12