Home
last modified time | relevance | path

Searched defs:prevThrowable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/longrunning/
H A DOperationResponsePollAlgorithm.java42 Throwable prevThrowable, OperationSnapshot prevResponse, TimedAttemptSettings prevSettings) { in createNextAttempt()
47 public boolean shouldRetry(Throwable prevThrowable, OperationSnapshot prevResponse) { in shouldRetry()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/
H A DResultRetryAlgorithm.java48 Throwable prevThrowable, ResponseT prevResponse, TimedAttemptSettings prevSettings); in createNextAttempt()
57 boolean shouldRetry(Throwable prevThrowable, ResponseT prevResponse) throws CancellationException; in shouldRetry()
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DExceptionHandler.java236 public boolean shouldRetry(Throwable prevThrowable, Object prevResponse) { in shouldRetry()
262 Throwable prevThrowable, Object prevResponse, TimedAttemptSettings prevSettings) { in createNextAttempt()