Searched refs:EstimateFetchCompletion (Results 1 – 4 of 4) sorted by relevance
181 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()186 public interface EstimateFetchCompletion { interface
83 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();371 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()415 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()
28 import com.android.systemui.statusbar.policy.BatteryController.EstimateFetchCompletion389 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) { in fetchBatteryTimeRemainingEstimate()
808 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate()