Home
last modified time | relevance | path

Searched refs:thenApplyAsync (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/voip/
DParallelTransaction.java51 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
69 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
DSerialTransaction.java56 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
81 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
DVoipCallTransaction.java171 future.thenApplyAsync((x) -> { in start()
202 .thenApplyAsync((Function<VoipCallTransactionResult, Void>) result -> { in scheduleTransaction()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java123 .thenApplyAsync((network) -> prepareInitialPost(network, mUrl), mExecutorService) in uploadPicture()
125 .thenApplyAsync(DigestAuthUtils::parseAuthenticateHeader); in uploadPicture()
156 networkFuture.thenApplyAsync((network) -> in downloadPicture()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DBlockCheckerFilter.java179 .thenApplyAsync((x) -> completeResult(resultFuture, x), in getBlockStatus()
DIncomingCallFilterGraph.java163 .thenApplyAsync(postFilterTask::whenDone, in scheduleFilter()
/packages/services/Car/car-lib/src/android/car/util/concurrent/
DAndroidFuture.java362 return thenApplyAsync(fn, DIRECT_EXECUTOR); in thenApply()
366 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync() method in AndroidFuture
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateController.java276 return pendingOperationComplete.thenApplyAsync((reasonFromDelegate) -> {
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarderActivity.java149 .thenApplyAsync(targetResolveInfo -> { in onCreate()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt718 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
Dcar_hidden_apis_release_33.1.txt709 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
Dcar_hidden_apis.txt771 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
Dcar_hidden_apis_release_33.3.txt804 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2202 …method TIRAMISU_0 AndroidFuture<U> thenApplyAsync(Function<? super T,? extends U> fn, Executor exe…