Searched refs:EstimateFetchCompletion (Results 1 – 4 of 4) sorted by relevance
181 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()186 public interface EstimateFetchCompletion { interface
84 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();357 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()401 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()
25 import com.android.systemui.statusbar.policy.BatteryController.EstimateFetchCompletion270 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) {
507 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate()