/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | RetryLogSaverResultForwarder.java | 35 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/ |
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 | ResultForwarder.java | 172 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
|
D | SubprocessResultsReporter.java | 157 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
|
D | CollectingTestListener.java | 167 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
|
D | StubTestRunListener.java | 80 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in StubTestRunListener
|
D | NameMangleListener.java | 112 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NameMangleListener
|
D | InvocationToJUnitResultForwarder.java | 95 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in InvocationToJUnitResultForwarder
|
D | ConsoleResultReporter.java | 93 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ConsoleResultReporter
|
D | LegacySubprocessResultsReporter.java | 121 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in LegacySubprocessResultsReporter
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 51 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/ |
D | PythonBinaryHostTest.java | 432 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/ |
D | IsolationResultForwarder.java | 129 public void testRunStarted(Description description) throws IOException { in testRunStarted() method in IsolationResultForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 64 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/ |
D | ClusterCommandScheduler.java | 242 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/ |
D | BaseDeviceMetricCollector.java | 234 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/ |
D | ProtoResultReporter.java | 264 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/ |
D | InstrumentationListener.java | 77 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in InstrumentationListener
|
D | NativeCodeCoverageListener.java | 98 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in NativeCodeCoverageListener
|
D | JavaCodeCoverageListener.java | 85 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in JavaCodeCoverageListener
|
D | ClangCodeCoverageListener.java | 105 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in ClangCodeCoverageListener
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 202 public void testRunStarted(String runName, int testCount) { in testRunStarted() method in TestRunToTestInvocationForwarder
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 136 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/ |
D | TestRunResult.java | 237 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/ |
D | ShardListener.java | 149 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted() method in ShardListener
|