Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DRemoteInputConnectionImpl.java1470 @NonNull AndroidFuture untypedFuture, @NonNull Supplier<T> supplier) { in dispatchWithTracing() argument
1471 dispatchWithTracing(methodName, untypedFuture, supplier, null /* dumpProtoProvider */); in dispatchWithTracing()
1475 @NonNull AndroidFuture untypedFuture, @NonNull Supplier<T> supplier, in dispatchWithTracing() argument
1478 final AndroidFuture<T> future = untypedFuture; in dispatchWithTracing()