Searched refs:SupplyAsync (Results 1 – 1 of 1) sorted by relevance
485 return new SupplyAsync<>(supplier, executor); in supplyAsync()488 private static class SupplyAsync<T> extends AndroidFuture<T> implements Runnable { class in AndroidFuture491 SupplyAsync(Supplier<T> supplier, Executor executor) { in SupplyAsync() method in AndroidFuture.SupplyAsync