Searched refs:EstimateFetchCompletion (Results 1 – 4 of 4) sorted by relevance
170 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()175 public interface EstimateFetchCompletion { interface
78 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();318 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()362 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()
25 import com.android.systemui.statusbar.policy.BatteryController.EstimateFetchCompletion241 completion: EstimateFetchCompletion) { in fetchBatteryTimeRemainingEstimate()
487 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate()