Searched refs:thenApply (Results 1 – 13 of 13) sorted by relevance
249 .thenApply(this::isResultOk); in isDeviceSupported()258 .thenApply(this::isResultOk); in canSwitchDeviceToAoap()
257 AndroidFuture<String> farFuture = mUncompletedFuture.thenApply(s -> s + appendString); in testThenApply()269 AndroidFuture<String> farFuture = mUncompletedFuture.thenApply(s -> { in testThenApply_functionThrowingException()
186 return pendingCreate.thenApply((resultPair) -> { in create()
943 return pendingDeny.thenApply((completedSuccessfully) -> { in changeSupportedFeatureTags()962 return pendingChange.thenApply((completedSuccessfully) -> { in changeSupportedFeatureTags()
185 .thenApply(DigestAuthUtils::parseAuthenticateHeader); in downloadPicture()
361 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply() method in AndroidFuture
362 return allFuturesResult.thenApply( in allOf()
2541 future.thenApply( v -> { in bindForOutgoingCallerId()2638 return userPreferredAccountForContact.thenApply(phoneAccountHandle -> { in findOutgoingCallPhoneAccount()
717 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
708 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
770 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
803 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
2201 method TIRAMISU_0 AndroidFuture<U> thenApply(Function<? super T,? extends U> fn);