Searched refs:getFuture (Results 1 – 4 of 4) sorted by relevance
488 return interruptedPreservingGet(promise.getFuture()).getErrorCode() == NO_ERROR; in addRngEntropy()542 public final CompletableFuture<KeyCharacteristicsCallbackResult> getFuture() { in getFuture() method in KeyStore.KeyCharacteristicsPromise564 result = interruptedPreservingGet(promise.getFuture()); in generateKeyInternal()619 KeyCharacteristicsCallbackResult result = interruptedPreservingGet(promise.getFuture()); in getKeyCharacteristics()652 KeyCharacteristicsCallbackResult result = interruptedPreservingGet(promise.getFuture()); in importKeyInternal()760 KeyCharacteristicsCallbackResult result = interruptedPreservingGet(promise.getFuture()); in importWrappedKeyInternal()805 public final CompletableFuture<ExportResult> getFuture() { in getFuture() method in KeyStore.ExportKeyPromise823 return interruptedPreservingGet(promise.getFuture()); in exportKey()850 public final CompletableFuture<OperationResult> getFuture() { in getFuture() method in KeyStore.OperationPromise869 return interruptedPreservingGet(promise.getFuture()); in begin()[all …]
78 public final IAppTransitionAnimationSpecsFuture getFuture() { in getFuture() method in AppTransitionAnimationSpecsFuture
63 animationSpecsFuture != null ? animationSpecsFuture.getFuture() : null, in createAspectScaleAnimation()
116 .overridePendingAppTransitionMultiThumbFuture(animationSpecFuture.getFuture(), in overridePendingAppTransitionMultiThumbFuture()