Home
last modified time | relevance | path

Searched defs:testRunStarted (Results 1 – 25 of 29) 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
DResultForwarder.java172 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ResultForwarder
185 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ResultForwarder
198 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ResultForwarder
DSubprocessResultsReporter.java157 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in SubprocessResultsReporter
163 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in SubprocessResultsReporter
169 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in SubprocessResultsReporter
DCollectingTestListener.java167 public void testRunStarted(String name, int numTests) { in testRunStarted() method in CollectingTestListener
183 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in CollectingTestListener
189 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in CollectingTestListener
DStubTestRunListener.java80 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in StubTestRunListener
DNameMangleListener.java112 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NameMangleListener
DInvocationToJUnitResultForwarder.java95 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in InvocationToJUnitResultForwarder
DConsoleResultReporter.java93 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ConsoleResultReporter
DLegacySubprocessResultsReporter.java121 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in LegacySubprocessResultsReporter
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java51 public default void testRunStarted(String runName, int testCount) {} in testRunStarted() method
63 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method
78 public default void testRunStarted( in testRunStarted() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java432 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
438 public void testRunStarted(String runName, int testCount, int attempt) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
444 public void testRunStarted(String runName, int testCount, int attempt, long startTime) { in testRunStarted() method in PythonBinaryHostTest.PythonForwarder
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationResultForwarder.java129 public void testRunStarted(Description description) throws IOException { in testRunStarted() method in IsolationResultForwarder
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java64 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ModuleListener
69 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ModuleListener
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java242 public void testRunStarted(String name, int numTests) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler
247 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler
253 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ClusterCommandScheduler.InvocationEventHandler
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java234 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BaseDeviceMetricCollector
239 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BaseDeviceMetricCollector
244 public final void testRunStarted( in testRunStarted() method in BaseDeviceMetricCollector
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java264 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in ProtoResultReporter
269 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in ProtoResultReporter
274 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted() method in ProtoResultReporter
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationListener.java77 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in InstrumentationListener
DNativeCodeCoverageListener.java98 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NativeCodeCoverageListener
DJavaCodeCoverageListener.java85 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in JavaCodeCoverageListener
DClangCodeCoverageListener.java105 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ClangCodeCoverageListener
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java202 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunToTestInvocationForwarder
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java136 public final void testRunStarted(String runName, int testCount) { in testRunStarted() method in BasePostProcessor
141 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted() method in BasePostProcessor
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java237 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunResult
247 public void testRunStarted(String runName, int testCount, long startTime) { in testRunStarted() method in TestRunResult
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java149 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ShardListener

12