Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java127 private long mSevereWarningThreshold; field in PowerNotificationWarnings
188 mSevereWarningThreshold = severeThreshold; in updateThresholds()
266 || mEstimate.estimateMillis < mSevereWarningThreshold) { in showWarningNotification()