Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java159 private BatteryStateSnapshot mCurrentBatterySnapshot; field in PowerNotificationWarnings
209 mCurrentBatterySnapshot = snapshot; in updateSnapshot()
258 .format((double) mCurrentBatterySnapshot.getBatteryLevel() / 100.0); in showWarningNotification()
265 if (mCurrentBatterySnapshot.isHybrid()) { in showWarningNotification()
288 if (!mCurrentBatterySnapshot.isHybrid() || mBucket < 0 in showWarningNotification()
289 || mCurrentBatterySnapshot.getTimeRemainingMillis() in showWarningNotification()
290 < mCurrentBatterySnapshot.getSevereThresholdMillis()) { in showWarningNotification()
333 mCurrentBatterySnapshot.getTimeRemainingMillis(), in getHybridContentString()
335 mCurrentBatterySnapshot.isBasedOnUsage()); in getHybridContentString()