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