Lines Matching refs:adb_cmd
152 serialno = subprocess.check_output(self.device.adb_cmd + ['get-serialno']).strip()
292 self.device.adb_cmd + ['shell'] + shell_args,
368 test_cmd = self.device.adb_cmd + ['shell'] + args + ['[ -t 0 ]']
456 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'),
487 proc = subprocess.Popen(self.device.adb_cmd + ['shell', 'cat'],
1397 output = subprocess.check_output(self.device.adb_cmd + ['devices'])
1412 serialno = subprocess.check_output(self.device.adb_cmd + ['get-serialno']).strip()
1419 subproc = subprocess.Popen(self.device.adb_cmd + ['push', file_path, '/data/local/tmp'])
1422 subprocess.check_call(self.device.adb_cmd + ['kill-server'])
1442 serialno = subprocess.check_output(self.device.adb_cmd + ['get-serialno']).strip()
1449 subproc = subprocess.Popen(self.device.adb_cmd +
1453 subprocess.check_call(self.device.adb_cmd + ['kill-server'])