Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DCompletableFutureUtil.java44 private static <T> T getValueOrRethrowErrorInternal(@NonNull CompletableFuture<T> future) { in getValueOrRethrowErrorInternal() method in CompletableFutureUtil
146 return getValueOrRethrowErrorInternal(future); in getResult()
159 return getValueOrRethrowErrorInternal(future); in getBooleanResult()
172 return getValueOrRethrowErrorInternal(future); in getIntegerResult()