Searched refs:adb_command (Results 1 – 1 of 1) sorted by relevance
175 def add_adb_serial(adb_command, device_serial): argument177 adb_command.insert(1, device_serial)178 adb_command.insert(1, '-s')182 adb_command = ['adb', 'shell', ' '.join(shell_args)]183 AdbUtils.add_adb_serial(adb_command, device_serial)184 return adb_command198 adb_command = AdbUtils.construct_adb_shell_command(shell_args, device_serial)203 adb_output = subprocess.check_output(adb_command, stderr=subprocess.STDOUT,208 % ' '.join(adb_command))