Home
last modified time | relevance | path

Searched refs:combineResults (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/android/car/util/concurrent/
DAndroidFuture.java410 @NonNull BiFunction<? super T, ? super U, ? extends V> combineResults) { in thenCombine() argument
411 return new ThenCombine<T, U, V>(this, other, combineResults); in thenCombine()
427 BiFunction<? super T, ? super U, ? extends V> combineResults) { in ThenCombine() argument
429 mCombineResults = Preconditions.checkNotNull(combineResults); in ThenCombine()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt719 …ine(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> combineResults)
Dcar_hidden_apis_release_33.1.txt710 …ine(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> combineResults)
Dcar_hidden_apis.txt774 …ine(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> combineResults)
Dcar_hidden_apis_release_33.3.txt805 …ine(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> combineResults)
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2203 …ne(CompletionStage<? extends U> other, BiFunction<? super T,? super U,? extends V> combineResults);