Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/retry/
DIRetryDecision.java65 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
83 int attemptJustExecuted, in shouldRetry()
DBaseRetryDecision.java247 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
256 int attemptJustExecuted, in shouldRetry()
277 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
295 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
334 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
342 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/
DIAutoRetriableTest.java49 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java227 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()