Searched defs:device_serial (Results 1 – 4 of 4) sorted by relevance
46 static std::string device_serial; variable
279 std::string FastBootTest::device_serial = ""; member in fastboot::FastBootTest
175 def add_adb_serial(adb_command, device_serial): argument181 def construct_adb_shell_command(shell_args, device_serial): argument187 def run_adb_shell(shell_args, device_serial): argument
342 def __init__(self, device_serial=None): argument