Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_notification_controller.h70 static constexpr int kLowPowerPercentage = 10; variable
H A Dpower_notification_controller_unittest.cc491 low_usb.set_battery_percent(PowerNotificationController::kLowPowerPercentage + in TEST_F()
499 low_usb.set_battery_percent(PowerNotificationController::kLowPowerPercentage + in TEST_F()
H A Dpower_notification_controller.cc269 if (remaining_percentage <= kLowPowerPercentage) { in UpdateNotificationStateForRemainingPercentage()