Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java125 private Estimate mEstimate; field in PowerNotificationWarnings
179 mEstimate = estimate; in updateEstimate()
244 if (mEstimate != null) { in showWarningNotification()
265 if (mEstimate == null || mBucket < 0 in showWarningNotification()
266 || mEstimate.estimateMillis < mSevereWarningThreshold) { in showWarningNotification()
305 mEstimate.estimateMillis, in getHybridContentString()
307 mEstimate.isBasedOnUsage); in getHybridContentString()