Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 5 of 5) 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.java64 public boolean shouldRetry( in shouldRetry() method
80 public boolean shouldRetry( in shouldRetry() method
DBaseRetryDecision.java246 public boolean shouldRetry( in shouldRetry() method in BaseRetryDecision
253 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