Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java181 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString()
186 public interface EstimateFetchCompletion { interface
H A DBatteryControllerImpl.java84 private final ArrayList<EstimateFetchCompletion> mFetchCallbacks = new ArrayList<>();
357 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString()
401 for (EstimateFetchCompletion completion : mFetchCallbacks) { in notifyEstimateFetchCallbacks()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatteryMeterViewTest.kt25 import com.android.systemui.statusbar.policy.BatteryController.EstimateFetchCompletion
270 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterView.java507 BatteryController.EstimateFetchCompletion completion); in fetchBatteryTimeRemainingEstimate()