Searched defs:prevThrowable (Results 1 – 3 of 3) sorted by relevance
42 Throwable prevThrowable, OperationSnapshot prevResponse, TimedAttemptSettings prevSettings) { in createNextAttempt()47 public boolean shouldRetry(Throwable prevThrowable, OperationSnapshot prevResponse) { in shouldRetry()
48 Throwable prevThrowable, ResponseT prevResponse, TimedAttemptSettings prevSettings); in createNextAttempt()57 boolean shouldRetry(Throwable prevThrowable, ResponseT prevResponse) throws CancellationException; in shouldRetry()
236 public boolean shouldRetry(Throwable prevThrowable, Object prevResponse) { in shouldRetry()262 Throwable prevThrowable, Object prevResponse, TimedAttemptSettings prevSettings) { in createNextAttempt()