Searched refs:untypedFuture (Results 1 – 1 of 1) sorted by relevance
1484 @NonNull AndroidFuture untypedFuture, @NonNull Supplier<T> supplier) { in dispatchWithTracing() argument1485 dispatchWithTracing(methodName, untypedFuture, supplier, null /* dumpProtoProvider */); in dispatchWithTracing()1489 @NonNull AndroidFuture untypedFuture, @NonNull Supplier<T> supplier, in dispatchWithTracing() argument1492 final AndroidFuture<T> future = untypedFuture; in dispatchWithTracing()