Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryController.java192 void onBatteryRemainingEstimateRetrieved(@Nullable String estimate); in onBatteryRemainingEstimateRetrieved()
H A DBatteryControllerImpl.java400 String estimate = generateTimeRemainingString(); in notifyEstimateFetchCallbacks() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java368 Estimate estimate = refreshEstimateIfNeeded(); in maybeShowBatteryWarningV2() local
395 final Estimate estimate = mEnhancedEstimates.getEstimate(); in refreshEstimateIfNeeded() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
H A DPowerUITest.java524 Estimate estimate = new Estimate(BELOW_HYBRID_THRESHOLD, true, 0); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull() local
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java1640 AppLaunchEstimateInfo estimate = launchEstimates.get(i); in setEstimatedLaunchTimes() local