Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/chromeos/power/
Dtray_power_unittest.cc146 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
152 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
161 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
168 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
193 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
201 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
219 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
231 EXPECT_EQ(TrayPower::NOTIFICATION_NONE, notification_state()); in TEST_F()
Dtray_power.cc167 notification_state_(NOTIFICATION_NONE), in TrayPower()
247 else if (notification_state_ == NOTIFICATION_NONE) in OnPowerStatusChanged()
293 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationState()
310 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingTime()
315 case NOTIFICATION_NONE: in UpdateNotificationStateForRemainingTime()
346 notification_state_ = NOTIFICATION_NONE; in UpdateNotificationStateForRemainingPercentage()
351 case NOTIFICATION_NONE: in UpdateNotificationStateForRemainingPercentage()
Dtray_power.h33 NOTIFICATION_NONE, enumerator