Home
last modified time | relevance | path

Searched refs:getEstimatedTimeRemainingString (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java127 default void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) {} in getEstimatedTimeRemainingString() method
H A DBatteryControllerImpl.java271 public void getEstimatedTimeRemainingString(EstimateFetchCompletion completion) { in getEstimatedTimeRemainingString() method in BatteryControllerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java108 mView.setBatteryEstimateFetcher(mBatteryController::getEstimatedTimeRemainingString); in BatteryMeterViewController()