Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils.py129 self, bootloader=False, wait_for_reboot=True, timeout=None, retries=None): argument
143 if wait_for_reboot:
220 def FastbootMode(self, wait_for_reboot=True, timeout=None, retries=None): argument
234 self.Reboot(wait_for_reboot=wait_for_reboot)
255 with self.FastbootMode(wait_for_reboot=not wipe):
Dfastboot_utils_test.py178 self.call.fastboot.Reboot(wait_for_reboot=True)):
187 self.call.fastboot.Reboot(wait_for_reboot=False)):
188 with self.fastboot.FastbootMode(wait_for_reboot=False) as fbm:
196 self.call.fastboot.Reboot(wait_for_reboot=True)):
351 self.call.fastboot.Reboot(wait_for_reboot=False)):
360 self.call.fastboot.Reboot(wait_for_reboot=True)):
369 self.call.fastboot.Reboot(wait_for_reboot=True)):
/external/autotest/server/site_tests/firmware_Cr50WilcoRmaFactoryMode/
Dfirmware_Cr50WilcoRmaFactoryMode.py80 self.cr50.wait_for_reboot()
/external/autotest/server/cros/servo/
Dchrome_cr50.py487 self.wait_for_reboot(cmd='reboot')
513 def wait_for_reboot(self, cmd='\n', timeout=60): member in ChromeCr50
591 self.wait_for_reboot(cmd='rollback')
/external/autotest/server/site_tests/firmware_Cr50FactoryResetVC/
Dfirmware_Cr50FactoryResetVC.py156 self.cr50.wait_for_reboot(timeout=10)
/external/autotest/server/site_tests/firmware_Cr50Update/
Dfirmware_Cr50Update.py135 self.cr50.wait_for_reboot()
/external/autotest/server/cros/faft/
Dcr50_test.py976 self.cr50.wait_for_reboot(timeout=10)