Home
last modified time | relevance | path

Searched defs:shouldRetry (Results 1 – 25 of 118) sorted by relevance

12345

/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DApiResultRetryAlgorithm.java40 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/
DRetryPreparationDecision.java36 public RetryPreparationDecision(boolean shouldRetry, boolean shouldFailRun) { in RetryPreparationDecision()
42 public boolean shouldRetry() { in shouldRetry() method in RetryPreparationDecision
DIRetryDecision.java64 public boolean shouldRetry( in shouldRetry() method
80 public boolean shouldRetry( in shouldRetry() method
DBaseRetryDecision.java247 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 DVerifyStatus.kt47 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 DBasicResultRetryAlgorithm.java73 public boolean shouldRetry(Throwable previousThrowable, ResponseT previousResponse) { in shouldRetry() method in BasicResultRetryAlgorithm
82 public boolean shouldRetry( in shouldRetry() method in BasicResultRetryAlgorithm
H A DStreamingRetryAlgorithm.java123 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm
138 public boolean shouldRetry( in shouldRetry() method in StreamingRetryAlgorithm
H A DExponentialRetryAlgorithm.java197 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 DRetryAlgorithm.java207 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm
229 public boolean shouldRetry( in shouldRetry() method in RetryAlgorithm
H A DTimedRetryAlgorithm.java67 boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws CancellationException; in shouldRetry() method
H A DExponentialPollAlgorithm.java64 public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings) throws PollException { in shouldRetry() method in ExponentialPollAlgorithm
H A DResultRetryAlgorithm.java57 boolean shouldRetry(Throwable prevThrowable, ResponseT prevResponse) throws CancellationException; in shouldRetry() method
H A DTimedRetryAlgorithmWithContext.java85 boolean shouldRetry(RetryingContext context, TimedAttemptSettings nextAttemptSettings); in shouldRetry() method
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/
DKAnonSignJoinBackgroundJobService.java92 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/
DAbstractJobServiceTest.java379 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/
DJobServiceLogger.java130 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/
DJobServiceTest.java659 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/
DInstalledInstrumentationsTest.java226 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 DVibratorHalWrapper.h42 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/
DIAutoRetriableTest.java48 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 DResourcesEndpointRetryPolicy.java38 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 DContainerCredentialsRetryPolicy.java31 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 DOperationResponsePollAlgorithm.java47 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 DRetryOnClockSkewCondition.java37 public boolean shouldRetry(RetryPolicyContext context) { in shouldRetry() method in RetryOnClockSkewCondition
H A DRetryCondition.java31 boolean shouldRetry(RetryPolicyContext context); in shouldRetry() method

12345