Home
last modified time | relevance | path

Searched refs:shouldRetryPreparation (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/retry/
DIRetryDecision.java48 public RetryPreparationDecision shouldRetryPreparation( in shouldRetryPreparation() method
DBaseRetryDecision.java181 public RetryPreparationDecision shouldRetryPreparation( in shouldRetryPreparation() method in BaseRetryDecision
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DBaseRetryDecisionTest.java321 RetryPreparationDecision res = mRetryDecision.shouldRetryPreparation(module1, 0, 3); in shouldRetryPreparation_NOT_ISOLATED()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java921 .shouldRetryPreparation(Mockito.any(), Mockito.anyInt(), Mockito.anyInt()); in testRun_failPreparation_PassAfterModuleRetry()
978 .shouldRetryPreparation(Mockito.any(), Mockito.anyInt(), Mockito.anyInt()); in testRun_failPreparation_FailAfterModuleRetry()
DITestSuiteTest.java654 .shouldRetryPreparation(Mockito.any(), Mockito.anyInt(), Mockito.anyInt()); in testRun_preparationPassAfterRetry_report2times()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java496 mRetryDecision.shouldRetryPreparation( in run()