OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLowPowerMinutes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
tray_power.h
46
static const int
kLowPowerMinutes
;
tray_power_unittest.cc
167
low.set_battery_time_to_empty_sec(TrayPower::
kLowPowerMinutes
* 60 + 30);
173
low.set_battery_time_to_empty_sec(TrayPower::
kLowPowerMinutes
* 60 + 29);
178
low.set_battery_time_to_empty_sec(TrayPower::
kLowPowerMinutes
* 60 - 20);
tray_power.cc
102
const int TrayPower::
kLowPowerMinutes
= 15;
265
if (remaining_minutes <=
kLowPowerMinutes
) {
Completed in 28 milliseconds