Searched refs:wait_for_reboot (Results 1 – 7 of 7) sorted by relevance
129 self, bootloader=False, wait_for_reboot=True, timeout=None, retries=None): argument143 if wait_for_reboot:220 def FastbootMode(self, wait_for_reboot=True, timeout=None, retries=None): argument234 self.Reboot(wait_for_reboot=wait_for_reboot)255 with self.FastbootMode(wait_for_reboot=not wipe):
178 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)):
80 self.cr50.wait_for_reboot()
487 self.wait_for_reboot(cmd='reboot')513 def wait_for_reboot(self, cmd='\n', timeout=60): member in ChromeCr50591 self.wait_for_reboot(cmd='rollback')
156 self.cr50.wait_for_reboot(timeout=10)
135 self.cr50.wait_for_reboot()
976 self.cr50.wait_for_reboot(timeout=10)