Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java179 private BatteryStateSnapshot mCurrentBatterySnapshot; field in PowerNotificationWarnings
250 mCurrentBatterySnapshot = snapshot; in updateSnapshot()
303 .format((double) mCurrentBatterySnapshot.getBatteryLevel() / 100.0); in showWarningNotification()
325 if (!mCurrentBatterySnapshot.isHybrid() || mBucket < -1 in showWarningNotification()
326 || mCurrentBatterySnapshot.getTimeRemainingMillis() in showWarningNotification()
327 < mCurrentBatterySnapshot.getSevereThresholdMillis()) { in showWarningNotification()