Home
last modified time | relevance | path

Searched refs:attemptJustExecuted (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java114 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument
146 recoverStateOfDevices(getDevices(), attemptJustExecuted); in shouldRetry() local
152 boolean shouldRetry = autoRetryTest.shouldRetry(attemptJustExecuted, previousResults); in shouldRetry()
154 autoRetryTest.recoverStateOfDevices(getDevices(), attemptJustExecuted); in shouldRetry() local
DIRetryDecision.java57 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/
DIAutoRetriableTest.java47 public default boolean shouldRetry(int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument
60 public default void recoverStateOfDevices(List<ITestDevice> devices, int attemptJustExecuted) { in recoverStateOfDevices() argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java232 public boolean shouldRetry(int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument