Searched refs:recoverStateOfDevices (Results 1 – 2 of 2) sorted by relevance
60 public default void recoverStateOfDevices(List<ITestDevice> devices, int attemptJustExecuted) { in recoverStateOfDevices() method
146 recoverStateOfDevices(getDevices(), attemptJustExecuted); in shouldRetry()154 autoRetryTest.recoverStateOfDevices(getDevices(), attemptJustExecuted); in shouldRetry()298 private void recoverStateOfDevices(List<ITestDevice> devices, int lastAttempt) in recoverStateOfDevices() method in BaseRetryDecision