Searched refs:EstimateFetchCompletion (Results 1 – 2 of 2) sorted by relevance
70 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()75 public interface EstimateFetchCompletion { interface
62 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();204 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()249 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()