Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/rkp/
DRemoteProvisioningShellCommand.java257 OutcomeFuture<RemotelyProvisionedKey> key = new OutcomeFuture<>(); in certify()
273 private static class OutcomeFuture<T> implements OutcomeReceiver<T, Exception> { class in RemoteProvisioningShellCommand
310 OutcomeFuture<RegistrationProxy> registration = new OutcomeFuture<>(); in getRegistrationProxy()