Searched refs:adb_command (Results 1 – 1 of 1) sorted by relevance
33 def add_adb_serial(adb_command, device_serial): argument49 adb_command.insert(1, device_serial)50 adb_command.insert(1, '-s')61 adb_command = ['adb', 'shell', ' '.join(shell_args)]62 add_adb_serial(adb_command, device_serial)63 return adb_command66 def run_adb_command(adb_command): argument70 adb_output = subprocess.check_output(adb_command, stderr=subprocess.STDOUT,75 % ' '.join(adb_command))99 adb_command = construct_adb_shell_command(shell_args, device_serial)[all …]