Searched refs:adb_run (Results 1 – 4 of 4) sorted by relevance
224 self.adb_run('kill-server')227 self.adb_run('tcpip 5555', timeout=10, ignore_timeout=True)230 self.adb_run('connect %s' % self._device_hostname)242 self.adb_run('root')245 self.adb_run('wait-for-device')255 def adb_run(self, command, **kwargs): member in ADBHost402 result = self.adb_run(498 self.adb_run('reboot', timeout=10, ignore_timeout=True)514 self.adb_run('remount')546 result = self.adb_run('devices')[all …]
129 self.dut.adb_run('wait-for-device')134 self.dut.adb_run('wait-for-device')
21 self.host.adb_run('shell ls')
16 host.adb_run('forward tcp:8998 tcp:80')