Searched refs:notification_state_ (Results 1 – 3 of 3) sorted by relevance
113 notification_state_(NOTIFICATION_NONE), in TrayPower()192 else if (notification_state_ == NOTIFICATION_NONE) in OnPowerStatusChanged()238 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationState()255 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingTime()259 switch (notification_state_) { in UpdateNotificationStateForRemainingTime()262 notification_state_ = NOTIFICATION_CRITICAL; in UpdateNotificationStateForRemainingTime()266 notification_state_ = NOTIFICATION_LOW_POWER; in UpdateNotificationStateForRemainingTime()272 notification_state_ = NOTIFICATION_CRITICAL; in UpdateNotificationStateForRemainingTime()291 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingPercentage()295 switch (notification_state_) { in UpdateNotificationStateForRemainingPercentage()[all …]
102 NotificationState notification_state_; variable
69 return tray_power_->notification_state_; in notification_state()