Home
last modified time | relevance | path

Searched defs:combinedFuture (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/infra/
H A DAndroidFutureTest.java165 AndroidFuture<String> combinedFuture = in testThenCombine() local
182 AndroidFuture<String> combinedFuture = nearFuture.thenCombine(farFuture, throwingFunction); in testThenCombine_functionThrowingException() local