Searched refs:thenApplyAsync (Results 1 – 14 of 14) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/voip/ |
D | ParallelTransaction.java | 51 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions() 69 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
|
D | SerialTransaction.java | 56 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions() 81 CompletableFuture.completedFuture(null).thenApplyAsync( in processTransactions()
|
D | VoipCallTransaction.java | 171 future.thenApplyAsync((x) -> { in start() 202 .thenApplyAsync((Function<VoipCallTransactionResult, Void>) result -> { in scheduleTransaction()
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureTransfer.java | 123 .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/ |
D | BlockCheckerFilter.java | 179 .thenApplyAsync((x) -> completeResult(resultFuture, x), in getBlockStatus()
|
D | IncomingCallFilterGraph.java | 163 .thenApplyAsync(postFilterTask::whenDone, in scheduleFilter()
|
/packages/services/Car/car-lib/src/android/car/util/concurrent/ |
D | AndroidFuture.java | 362 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/ |
D | SipDelegateController.java | 276 return pendingOperationComplete.thenApplyAsync((reasonFromDelegate) -> {
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | IntentForwarderActivity.java | 149 .thenApplyAsync(targetResolveInfo -> { in onCreate()
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 718 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
|
D | car_hidden_apis_release_33.1.txt | 709 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
|
D | car_hidden_apis.txt | 771 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
|
D | car_hidden_apis_release_33.3.txt | 804 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApplyAsync(Function<? super T,? exte…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2202 …method TIRAMISU_0 AndroidFuture<U> thenApplyAsync(Function<? super T,? extends U> fn, Executor exe…
|