Home
last modified time | relevance | path

Searched defs:attemptNumber (Results 1 – 24 of 24) 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()
DModuleResultsAndMetricsForwarder.java64 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
69 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { 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.java42 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
48 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/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/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.java543 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
550 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
DModuleDefinition.java1557 int attemptNumber, in reportSetupFailure()
1562 invocListener.testRunStarted(getId(), 1, attemptNumber, System.currentTimeMillis()); in reportSetupFailure() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DRemoteDynamicPool.java68 public void returnToRemotePool(ITestSuite test, int attemptNumber) { in returnToRemotePool()
DTestsPoolPoller.java227 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/result/resultdb/
DResultDBReporter.java298 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
303 public void testRunStarted(String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java203 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
209 String runName, int testCount, 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/result/proto/
DProtoResultReporter.java324 public void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
329 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.java339 public final void testRunStarted(String runName, int testCount, int attemptNumber) { in testRunStarted()
345 String runName, int testCount, int attemptNumber, long startTime) { in testRunStarted()