Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java547 Estimate refreshedEstimate = mPowerUI.refreshEstimateIfNeeded(); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()
557 refreshedEstimate = mPowerUI.refreshEstimateIfNeeded(); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()
567 refreshedEstimate = mPowerUI.refreshEstimateIfNeeded(); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()
572 refreshedEstimate = mPowerUI.refreshEstimateIfNeeded(); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java393 Estimate estimate = refreshEstimateIfNeeded(); in maybeShowBatteryWarningV2()
416 Estimate refreshEstimateIfNeeded() { in refreshEstimateIfNeeded() method in PowerUI