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.java156 private BatteryStateSnapshot mCurrentBatterySnapshot; field in PowerNotificationWarnings
206 mCurrentBatterySnapshot = snapshot; in updateSnapshot()
255 .format((double) mCurrentBatterySnapshot.getBatteryLevel() / 100.0); in showWarningNotification()
262 if (mCurrentBatterySnapshot.isHybrid()) { in showWarningNotification()
285 if (!mCurrentBatterySnapshot.isHybrid() || mBucket < 0 in showWarningNotification()
286 || mCurrentBatterySnapshot.getTimeRemainingMillis() in showWarningNotification()
287 < mCurrentBatterySnapshot.getSevereThresholdMillis()) { in showWarningNotification()
330 mCurrentBatterySnapshot.getTimeRemainingMillis(), in getHybridContentString()
332 mCurrentBatterySnapshot.isBasedOnUsage()); in getHybridContentString()