Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/retry/
DRetryPreparationDecision.java36 public RetryPreparationDecision(boolean shouldRetry, boolean shouldFailRun) { in RetryPreparationDecision()
42 public boolean shouldRetry() { in shouldRetry() method in RetryPreparationDecision
DIRetryDecision.java75 public boolean shouldRetry( in shouldRetry() method
91 public boolean shouldRetry( in shouldRetry() method
DRetryTracker.java142 public boolean shouldRetry() { in shouldRetry() method in RetryTracker
DBaseRetryDecision.java298 public boolean shouldRetry( in shouldRetry() method in BaseRetryDecision
305 public boolean shouldRetry( in shouldRetry() method in BaseRetryDecision
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/
DIAutoRetriableTest.java48 public default boolean shouldRetry( in shouldRetry() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java226 public boolean shouldRetry( in shouldRetry() method in InstalledInstrumentationsTest
276 private boolean shouldRetry(TestRunResult run, Set<TestDescription> skipList) { in shouldRetry() method in InstalledInstrumentationsTest