Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStore.java1079 private class KeyAttestationCallbackResult { class in KeyStore
1083 public KeyAttestationCallbackResult(KeystoreResponse keystoreResponse, in KeyAttestationCallbackResult() method in KeyStore.KeyAttestationCallbackResult
1109 …final private CompletableFuture<KeyAttestationCallbackResult> future = new CompletableFuture<KeyAt…
1113 future.complete(new KeyAttestationCallbackResult(keystoreResponse, certificateChain)); in onFinished()
1115 public final CompletableFuture<KeyAttestationCallbackResult> getFuture() { in getFuture()
1138 KeyAttestationCallbackResult result = interruptedPreservingGet(promise.getFuture()); in attestKey()
1167 KeyAttestationCallbackResult result = interruptedPreservingGet(promise.getFuture()); in attestDeviceIds()
/frameworks/base/config/
Dpreloaded-classes5266 android.security.KeyStore$KeyAttestationCallbackResult
Dboot-image-profile.txt45494 Landroid/security/KeyStore$KeyAttestationCallbackResult;