Home
last modified time | relevance | path

Searched refs:thenApply (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DAoapServiceManager.java249 .thenApply(this::isResultOk); in isDeviceSupported()
258 .thenApply(this::isResultOk); in canSwitchDeviceToAoap()
/packages/services/Car/tests/carservice_unit_test/src/android/car/util/concurrent/
DAndroidFutureTest.java257 AndroidFuture<String> farFuture = mUncompletedFuture.thenApply(s -> s + appendString); in testThenApply()
269 AndroidFuture<String> farFuture = mUncompletedFuture.thenApply(s -> { in testThenApply_functionThrowingException()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateController.java186 return pendingCreate.thenApply((resultPair) -> { in create()
DSipTransportController.java943 return pendingDeny.thenApply((completedSuccessfully) -> { in changeSupportedFeatureTags()
962 return pendingChange.thenApply((completedSuccessfully) -> { in changeSupportedFeatureTags()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java185 .thenApply(DigestAuthUtils::parseAuthenticateHeader); in downloadPicture()
/packages/services/Car/car-lib/src/android/car/util/concurrent/
DAndroidFuture.java361 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply() method in AndroidFuture
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java362 return allFuturesResult.thenApply( in allOf()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java2541 future.thenApply( v -> { in bindForOutgoingCallerId()
2638 return userPreferredAccountForContact.thenApply(phoneAccountHandle -> { in findOutgoingCallPhoneAccount()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt717 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
Dcar_hidden_apis_release_33.1.txt708 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
Dcar_hidden_apis.txt770 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
Dcar_hidden_apis_release_33.3.txt803 android.car.util.concurrent AndroidFuture AndroidFuture<U> thenApply(Function<? super T,? extends U…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2201 method TIRAMISU_0 AndroidFuture<U> thenApply(Function<? super T,? extends U> fn);