Searched refs:command_string (Results 1 – 1 of 1) sorted by relevance
54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): argument69 adb_cmd = "adb %s %s" % (self._target_arg, command_string)217 command_string = self._BuildInstrumentationCommandPath(221 logger.Log(command_string)224 self.SendShellCommand(command_string, timeout_time=timeout_time,284 command_string = "am instrument"286 command_string += " --no_window_animation"289 command_string += (294 command_string += " -e %s '%s'" % (key, value)296 command_string += " -r"[all …]