Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreException.java189 public static final int RETRY_WITH_EXPONENTIAL_BACKOFF = 2; field in KeyStoreException
213 RETRY_WITH_EXPONENTIAL_BACKOFF,
390 return RETRY_WITH_EXPONENTIAL_BACKOFF; in getRetryPolicy()
399 ? RETRY_WITH_EXPONENTIAL_BACKOFF : RETRY_NEVER; in getRetryPolicy()
409 ? RETRY_WITH_EXPONENTIAL_BACKOFF : RETRY_NEVER; in getRetryPolicy()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt39489 field public static final int RETRY_WITH_EXPONENTIAL_BACKOFF = 2; // 0x2