Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_cmd

319                 self.device.adb_cmd + ['shell'] + shell_args,
395 test_cmd = self.device.adb_cmd + ['shell'] + args + ['[ -t 0 ]']
483 self.device.adb_cmd + shlex.split('shell echo $$; sleep 60'),
513 proc = subprocess.Popen(self.device.adb_cmd + ['shell', 'cat'],
1233 output = subprocess.check_output(self.device.adb_cmd + ['devices'])
1248 serialno = subprocess.check_output(self.device.adb_cmd + ['get-serialno']).strip()
1255 subproc = subprocess.Popen(self.device.adb_cmd + ['push', file_path, '/data/local/tmp'])
1258 subprocess.check_call(self.device.adb_cmd + ['kill-server'])
1278 serialno = subprocess.check_output(self.device.adb_cmd + ['get-serialno']).strip()
1285 subproc = subprocess.Popen(self.device.adb_cmd +
1289 subprocess.check_call(self.device.adb_cmd + ['kill-server'])