Searched refs:mCurrentBatterySnapshot (Results 1 – 1 of 1) sorted by relevance
159 private BatteryStateSnapshot mCurrentBatterySnapshot; field in PowerNotificationWarnings209 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()