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