Home
last modified time | relevance | path

Searched refs:retryAfterDuration (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/httpclient/
DAdServicesHttpsClient.java758 Duration retryAfterDuration = RetryableAdServicesNetworkException.UNSET_RETRY_AFTER_VALUE; in throwError() local
772 retryAfterDuration = Duration.ofMillis(Long.parseLong(headerValue)); in throwError()
774 retryAfterDuration = DEFAULT_RETRY_AFTER_VALUE; in throwError()
787 if (retryAfterDuration.compareTo( in throwError()
792 exception = new RetryableAdServicesNetworkException(errorCode, retryAfterDuration); in throwError()
/packages/modules/Wifi/framework/java/android/net/wifi/
DRttManager.java647 public int retryAfterDuration; field in RttManager.RttResult
784 sb.append(", retryAfterDuration=" + mResults[i].retryAfterDuration); in toString()
832 dest.writeInt(result.retryAfterDuration); in writeToParcel()
884 results[i].retryAfterDuration = in.readInt();
/packages/modules/Wifi/framework/api/
Dsystem-current.txt338 field @Deprecated public int retryAfterDuration;