Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBatteryController.java81 void onBatteryRemainingEstimateRetrieved(@Nullable String estimate); in onBatteryRemainingEstimateRetrieved()
DBatteryControllerImpl.java248 String estimate = generateTimeRemainingString(); in notifyEstimateFetchCallbacks() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java308 Estimate estimate = refreshEstimateIfNeeded(); in maybeShowBatteryWarningV2() local
339 final Estimate estimate = mEnhancedEstimates.getEstimate(); in refreshEstimateIfNeeded() local
/frameworks/base/core/java/android/view/
DVelocityTracker.java297 private float estimate(float time, float[] c) { in estimate() method in VelocityTracker.Estimator
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java509 Estimate estimate = new Estimate(BELOW_HYBRID_THRESHOLD, true, 0); in testRefreshEstimateIfNeeded_onlyQueriesEstimateOnBatteryLevelChangeOrNull() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterView.java355 mBatteryController.getEstimatedTimeRemainingString((String estimate) -> { in updatePercentText()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp184 int32_t estimate = *it; in estimateBandwidth() local