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