Searched refs:attemptJustExecuted (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | BaseRetryDecision.java | 114 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
|
D | IRetryDecision.java | 57 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/ |
D | IAutoRetriableTest.java | 47 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/ |
D | InstalledInstrumentationsTest.java | 232 public boolean shouldRetry(int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry() argument
|