Home
last modified time | relevance | path

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

/aosp12/frameworks/base/keystore/java/android/security/keystore/
H A DBackendBusyException.java29 public class BackendBusyException extends ProviderException { class
37 public BackendBusyException(@DurationMillisLong long backOffHintMillis) { in BackendBusyException() method in BackendBusyException
49 public BackendBusyException(@DurationMillisLong long backOffHintMillis, in BackendBusyException() method in BackendBusyException
62 public BackendBusyException(@DurationMillisLong long backOffHintMillis, in BackendBusyException() method in BackendBusyException
/aosp12/frameworks/base/keystore/java/android/security/
H A DKeyStoreSecurityLevel.java25 import android.security.keystore.BackendBusyException;
106 throw new BackendBusyException(backOffHint); in createOperation()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37505 public class BackendBusyException extends java.security.ProviderException {
37506 ctor public BackendBusyException(long);
37507 ctor public BackendBusyException(long, @NonNull String);
37508 ctor public BackendBusyException(long, @NonNull String, @NonNull Throwable);