Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java299 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
308 int attemptJustExecuted, in shouldRetry()
330 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
349 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
394 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
402 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
DIRetryDecision.java76 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
94 int attemptJustExecuted, in shouldRetry()
DRetryTracker.java97 …public void recordTestRun(List<TestRunResult> runs, int attemptJustExecuted, Set<String> skipList)… in recordTestRun()
/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()