Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryController.java70 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()
75 public interface EstimateFetchCompletion { interface
DBatteryControllerImpl.java62 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();
204 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()
249 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()