Home
last modified time | relevance | path

Searched defs:attemptNumber (Results 1 – 22 of 22) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DRetryResultForwarder.java23 public RetryResultForwarder(int attemptNumber, ITestInvocationListener... listeners) { in RetryResultForwarder()
34 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
DEventsLoggerListener.java93 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
98 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultForwarder.java201 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
214 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DSubprocessResultsReporter.java188 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
194 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DCollectingTestListener.java185 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
191 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryLogSaverResultForwarder.java40 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
46 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DResultAggregator.java253 public void testRunStarted(String name, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java64 public default void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
80 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java116 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
123 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
DGranularRetriableTestWrapper.java521 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
528 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DModuleDefinition.java1526 int attemptNumber, in reportSetupFailure()
1539 forwarder.testRunStarted(getId(), 1, attemptNumber, System.currentTimeMillis()); in reportSetupFailure() local
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DNullTestListener.java49 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
54 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DForwardingTestListener.java56 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
61 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DRemoteDynamicPool.java68 public void returnToRemotePool(ITestSuite test, int attemptNumber) { in returnToRemotePool()
DTestsPoolPoller.java223 int attemptNumber = remotePool.getAttemptNumber(testModule); in handleDeviceNotAvailable() local
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java94 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
99 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java267 public void testRunStarted(String name, int numTests, int attemptNumber) { in testRunStarted()
273 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java201 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
207 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultReporter.java314 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
319 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DShardListener.java168 public void testRunStarted(String name, int numTests, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java338 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
344 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()