Searched refs:shell_args (Results 1 – 1 of 1) sorted by relevance
35 def construct_adb_shell_command(shell_args, device_serial): argument36 adb_command = ['adb', 'shell', ' '.join(shell_args)]41 def run_adb_shell(shell_args, device_serial): argument52 adb_command = construct_adb_shell_command(shell_args, device_serial)