Searched refs:construct_adb_shell_command (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/
H A Dutil_unittest.py21 command = util.construct_adb_shell_command(LIST_TMP_ARGS, None)
24 command = util.construct_adb_shell_command(LIST_TMP_ARGS, DEVICE_SERIAL)
28 command = util.construct_adb_shell_command(ATRACE_ARGS, DEVICE_SERIAL)
H A Dutil.py53 def construct_adb_shell_command(shell_args, device_serial): function
99 adb_command = construct_adb_shell_command(shell_args, device_serial)

Completed in 77 milliseconds