Home
last modified time | relevance | path

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

/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dprovision_devices.py85 reboot_timeout=None, argument
150 def ProvisionDevice(device, steps, denylist, reboot_timeout=None): argument
/aosp_15_r20/external/cronet/build/android/
H A Dprovision_devices.py96 def run_phase(phase_func, reboot_timeout, reboot=True): argument
/aosp_15_r20/external/angle/build/android/
H A Dprovision_devices.py96 def run_phase(phase_func, reboot_timeout, reboot=True): argument
/aosp_15_r20/system/core/healthd/
H A Dhealthd_mode_charger.cpp491 int64_t reboot_timeout = key->timestamp + POWER_ON_KEY_TIME; in ProcessKey() local