Searched refs:thenComposeAsync (Results 1 – 15 of 15) sorted by relevance
124 .thenComposeAsync(this::obtainAuthenticateHeader, mExecutorService) in uploadPicture()127 .thenComposeAsync((header) -> in uploadPicture()160 .thenComposeAsync((conn) -> { in downloadPicture()173 .thenComposeAsync((conn) -> { in downloadPicture()187 .thenComposeAsync((header) -> in downloadPicture()
247 return pendingDestroy.thenComposeAsync((reasonFromService) -> {354 return pendingTransportClosed.thenComposeAsync((wasGraceful) -> {
811 pendingChange = pendingChange.thenComposeAsync((takenTags) -> { in reevaluateDelegates()
173 CompletableFuture.completedFuture(null).thenComposeAsync( in onCallAdded()293 future.thenComposeAsync( in startMonitorNotification()
102 CompletionStage<VoipCallTransactionResult> result = callFuture.thenComposeAsync( in processTransaction()
201 future.thenComposeAsync(this::processTransaction, executor) in scheduleTransaction()
161 startFuture.thenComposeAsync(filter::startFilterLookup, in scheduleFilter()
301 return thenComposeAsync(fn, DIRECT_EXECUTOR); in thenCompose()305 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync() method in AndroidFuture
770 .thenComposeAsync((completed) -> { in onCallEnteringRinging()
2013 CompletableFuture.completedFuture((Void) null).thenComposeAsync((x) -> in startOutgoingCall()2053 thenComposeAsync(potentialPhoneAccounts -> { in startOutgoingCall()2072 CompletableFuture<Call> makeRoomForCall = setAccountHandle.thenComposeAsync( in startOutgoingCall()2158 preSelectStage.thenComposeAsync( in startOutgoingCall()2290 .thenComposeAsync(args -> { in startOutgoingCall()
716 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
707 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
773 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
802 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
2200 …method TIRAMISU_0 AndroidFuture<U> thenComposeAsync(Function<? super T,? extends CompletionStage<U…