Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_charger.cpp469 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; in ProcessKey() local
470 if (now >= reboot_timeout) { in ProcessKey()