Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStore.java499 return promise.getFuture().get().getErrorCode() == NO_ERROR; in addRngEntropy()
553 public final CompletableFuture<KeyCharacteristicsCallbackResult> getFuture() { in getFuture() method in KeyStore.KeyCharacteristicsPromise
575 result = promise.getFuture().get(); in generateKeyInternal()
630 KeyCharacteristicsCallbackResult result = promise.getFuture().get(); in getKeyCharacteristics()
663 KeyCharacteristicsCallbackResult result = promise.getFuture().get(); in importKeyInternal()
771 KeyCharacteristicsCallbackResult result = promise.getFuture().get(); in importWrappedKeyInternal()
816 public final CompletableFuture<ExportResult> getFuture() { in getFuture() method in KeyStore.ExportKeyPromise
834 return promise.getFuture().get(); in exportKey()
861 public final CompletableFuture<OperationResult> getFuture() { in getFuture() method in KeyStore.OperationPromise
880 return promise.getFuture().get(); in begin()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
DAppTransitionAnimationSpecsFuture.java78 public final IAppTransitionAnimationSpecsFuture getFuture() { in getFuture() method in AppTransitionAnimationSpecsFuture
DRecentsTransition.java63 animationSpecsFuture != null ? animationSpecsFuture.getFuture() : null, in createAspectScaleAnimation()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DWindowManagerWrapper.java116 .overridePendingAppTransitionMultiThumbFuture(animationSpecFuture.getFuture(), in overridePendingAppTransitionMultiThumbFuture()