Searched refs:thenCompose (Results 1 – 14 of 14) sorted by relevance
133 .thenCompose( in updatePersonCorpusAsync()166 batchRemoveFuture.thenCompose( in batchRemoveContactsAsync()230 return future.thenCompose( in batchUpdateContactsAsync()244 future.thenCompose( in batchUpdateContactsAsync()266 return future.thenCompose(x -> CompletableFuture.failedFuture(e)); in batchUpdateContactsAsync()374 .thenCompose(x -> CompletableFuture.failedFuture(e)); in indexContactsFromCursorAsync()461 .thenCompose( in add()465 .thenCompose( in add()483 .thenCompose( in flushAsync()487 .thenCompose(y -> flushPendingIndexAsync(updateStats)); in flushAsync()[all …]
131 createSessionFuture.thenCompose( in initializeAsync()152 .thenCompose( in initializeAsync()320 return mAppSearchSessionFuture.thenCompose( in indexContactsAsync()424 return mAppSearchSessionFuture.thenCompose( in removeContactsByIdAsync()511 return mAppSearchSessionFuture.thenCompose(555 return mAppSearchSessionFuture.thenCompose(570 .thenCompose(601 .thenCompose(643 return future.thenCompose(
188 .thenCompose( in startAsync()349 .thenCompose( in doFullUpdateInternalAsync()
282 AndroidFuture<String> composedFuture = mUncompletedFuture.thenCompose( in testThenCompose()298 AndroidFuture<String> composedFuture = mUncompletedFuture.thenCompose(s -> throwingFuture); in testThenCompose_functionThrowingException()
275 return mConnected.thenCompose(x -> { in sendMessageForResult()
327 .thenCompose(x -> mAppSearchHelper.indexContactsAsync(batchedContacts, in indexContactsInBatchesAsync()
999 CompletableFuture<T> chainedFuture = future.get().thenCompose(x -> stage); in executeAndWaitForCompletion()
299 public <U> AndroidFuture<U> thenCompose( in thenCompose() method in AndroidFuture
804 CompletableFuture<Set<String>> pendingChange = pendingDestroy.thenCompose((ignore) -> { in reevaluateDelegates()
715 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenCompose(Function<? super T,? extends…
706 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenCompose(Function<? super T,? extends…
772 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenCompose(Function<? super T,? extends…
801 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenCompose(Function<? super T,? extends…
2199 …method TIRAMISU_0 AndroidFuture<U> thenCompose(Function<? super T,? extends CompletionStage<U>> fn…