Searched defs:attemptJustExecuted (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | IRetryDecision.java | 65 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() 83 int attemptJustExecuted, in shouldRetry()
|
D | BaseRetryDecision.java | 247 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/ |
D | IAutoRetriableTest.java | 49 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstalledInstrumentationsTest.java | 227 int attemptJustExecuted, List<TestRunResult> previousResults, Set<String> skipList) in shouldRetry()
|