Searched refs:fastboot_run (Results 1 – 3 of 3) sorted by relevance
62 cmd_output = self.dut.fastboot_run('getvar %s' % variable_name)167 self.dut.fastboot_run('set_active %s' % self.suffix_a)172 self.dut.fastboot_run('set_active %s' % self.suffix_b)
255 def fastboot_run(self, command, **kwargs): member in ADBHost603 self.fastboot_run('reboot')657 result = self.fastboot_run('devices').stdout662 if 'product' in self.fastboot_run('getvar product',1121 self.fastboot_run('reboot', timeout=timeout, ignore_timeout=True)
163 host.fastboot_run('flash', args=(partition, image_file))