Home
last modified time | relevance | path

Searched refs:fetchBatteryTimeRemainingEstimate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterView.java429 mBatteryEstimateFetcher.fetchBatteryTimeRemainingEstimate( in updatePercentText()
467 mBatteryEstimateFetcher.fetchBatteryTimeRemainingEstimate( in updatePercentTextLegacy()
807 void fetchBatteryTimeRemainingEstimate( in fetchBatteryTimeRemainingEstimate() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatteryMeterViewTest.kt389 override fun fetchBatteryTimeRemainingEstimate(completion: EstimateFetchCompletion) { in fetchBatteryTimeRemainingEstimate() method in com.android.systemui.battery.BatteryMeterViewTest.Fetcher