/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
H A D | ApiResultRetryAlgorithm.java | 40 public boolean shouldRetry(Throwable previousThrowable, ResponseT previousResponse) { in shouldRetry() method in ApiResultRetryAlgorithm 52 public boolean shouldRetry( in shouldRetry() method in ApiResultRetryAlgorithm
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | RetryPreparationDecision.java | 36 public RetryPreparationDecision(boolean shouldRetry, boolean shouldFailRun) { in RetryPreparationDecision() 42 public boolean shouldRetry() { in shouldRetry() method in RetryPreparationDecision
|
D | IRetryDecision.java | 64 public boolean shouldRetry( in shouldRetry() method 80 public boolean shouldRetry( in shouldRetry() method
|
D | BaseRetryDecision.java | 247 public boolean shouldRetry( in shouldRetry() method in BaseRetryDecision 254 public boolean shouldRetry( in shouldRetry() method in BaseRetryDecision
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | VerifyStatus.kt | 47 fun shouldRetry(state: Int): Boolean { in shouldRetry() method
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/ |
H A D | BasicResultRetryAlgorithm.java | 73 public boolean shouldRetry(Throwable previousThrowable, ResponseT previousResponse) { in shouldRetry() method in BasicResultRetryAlgorithm 82 public boolean shouldRetry( in shouldRetry() method in BasicResultRetryAlgorithm
|
H A D | StreamingRetryAlgorithm.java | 123 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm 138 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm
|
H A D | ExponentialRetryAlgorithm.java | 197 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) { in shouldRetry() method in ExponentialRetryAlgorithm 252 public boolean shouldRetry(RetryingContext context, TimedAttemptSettings nextAttemptSettings) { in shouldRetry() method in ExponentialRetryAlgorithm
|
H A D | RetryAlgorithm.java | 207 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm 229 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm
|
H A D | TimedRetryAlgorithm.java | 67 boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws CancellationException; in shouldRetry() method
|
H A D | ExponentialPollAlgorithm.java | 64 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws PollException { in shouldRetry() method in ExponentialPollAlgorithm
|
H A D | ResultRetryAlgorithm.java | 57 boolean shouldRetry(Throwable prevThrowable, ResponseT prevResponse) throws CancellationException; in shouldRetry() method
|
H A D | TimedRetryAlgorithmWithContext.java | 85 boolean shouldRetry(RetryingContext context, TimedAttemptSettings nextAttemptSettings); in shouldRetry() method
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/ |
D | KAnonSignJoinBackgroundJobService.java | 92 shouldRetry); in onStartJob() local 103 shouldRetry); in onStartJob() local
|
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/framework/ |
D | AbstractJobServiceTest.java | 379 private void testOnStartJob_failure(boolean shouldRetry) throws Exception { in testOnStartJob_failure() 407 private void testOnStopJob(boolean shouldRetry, boolean shouldStopFutureThrow) in testOnStopJob()
|
/aosp_15_r20/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/logging/ |
D | JobServiceLogger.java | 130 public void recordJobFinished(int jobId, boolean isSuccessful, boolean shouldRetry) { in recordJobFinished() 192 public void recordOnStopJob(@NonNull JobParameters params, int jobId, boolean shouldRetry) { in recordOnStopJob()
|
/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/logging/ |
D | JobServiceTest.java | 659 void setShouldRetryOnStopJob(boolean shouldRetry) { in setShouldRetryOnStopJob() 663 void setShouldRetryOnJobFinished(boolean shouldRetry) { in setShouldRetryOnJobFinished()
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstalledInstrumentationsTest.java | 226 public boolean shouldRetry( in shouldRetry() method in InstalledInstrumentationsTest 276 private boolean shouldRetry(TestRunResult run, Set<TestDescription> skipList) { in shouldRetry() method in InstalledInstrumentationsTest
|
/aosp_15_r20/frameworks/native/services/vibratorservice/include/vibratorservice/ |
H A D | VibratorHalWrapper.h | 42 bool shouldRetry() const { return isFailed() && mDeadObject; } in shouldRetry() function 295 bool shouldRetry() const { in shouldRetry() function
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/retry/ |
D | IAutoRetriableTest.java | 48 public default boolean shouldRetry( in shouldRetry() method
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/util/ |
H A D | ResourcesEndpointRetryPolicy.java | 38 boolean shouldRetry(int retriesAttempted, ResourcesEndpointRetryParameters retryParams); in shouldRetry() method
|
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/credentials/internal/ |
H A D | ContainerCredentialsRetryPolicy.java | 31 public boolean shouldRetry(int retriesAttempted, ResourcesEndpointRetryParameters retryParams) { in shouldRetry() method in ContainerCredentialsRetryPolicy
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/longrunning/ |
H A D | OperationResponsePollAlgorithm.java | 47 public boolean shouldRetry(Throwable prevThrowable, OperationSnapshot prevResponse) { in shouldRetry() method in OperationResponsePollAlgorithm
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/conditions/ |
H A D | RetryOnClockSkewCondition.java | 37 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnClockSkewCondition
|
H A D | RetryCondition.java | 31 boolean shouldRetry(RetryPolicyContext context); in shouldRetry() method
|