Home
last modified time | relevance | path

Searched refs:thenComposeAsync (Results 1 – 15 of 15) sorted by relevance

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java124 .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()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateController.java247 return pendingDestroy.thenComposeAsync((reasonFromService) -> {
354 return pendingTransportClosed.thenComposeAsync((wasGraceful) -> {
DSipTransportController.java811 pendingChange = pendingChange.thenComposeAsync((takenTags) -> { in reevaluateDelegates()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java173 CompletableFuture.completedFuture(null).thenComposeAsync( in onCallAdded()
293 future.thenComposeAsync( in startMonitorNotification()
DOutgoingCallTransaction.java102 CompletionStage<VoipCallTransactionResult> result = callFuture.thenComposeAsync( in processTransaction()
DVoipCallTransaction.java201 future.thenComposeAsync(this::processTransaction, executor) in scheduleTransaction()
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
DIncomingCallFilterGraph.java161 startFuture.thenComposeAsync(filter::startFilterLookup, in scheduleFilter()
/packages/services/Car/car-lib/src/android/car/util/concurrent/
DAndroidFuture.java301 return thenComposeAsync(fn, DIRECT_EXECUTOR); in thenCompose()
305 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync() method in AndroidFuture
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioManager.java770 .thenComposeAsync((completed) -> { in onCallEnteringRinging()
DCallsManager.java2013 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()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt716 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
Dcar_hidden_apis_release_33.1.txt707 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
Dcar_hidden_apis.txt773 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
Dcar_hidden_apis_release_33.3.txt802 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenComposeAsync(Function<? super T,? ex…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2200 …method TIRAMISU_0 AndroidFuture<U> thenComposeAsync(Function<? super T,? extends CompletionStage<U…