Home | History | Annotate | Download | only in testrunner

Lines Matching refs:SendShellCommand

74   def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
156 output = self.SendShellCommand("ls %s" % src)
239 self.SendShellCommand(command_string, timeout_time=timeout_time,
320 ls_response = self.SendShellCommand("ls /data/trace")
322 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
323 self.SendShellCommand("make /data/trace world writeable",
352 output = self.SendShellCommand(command)
415 output = self.SendShellCommand(command, retry_count=1)
449 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
477 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
479 self.SendShellCommand("setprop dev.bootcomplete 0",
481 self.SendShellCommand("stop", retry_count=retry_count)
496 self.SendShellCommand("stop", retry_count=retry_count)
498 self.SendShellCommand("start", retry_count=retry_count)
505 self.SendShellCommand("start", retry_count=retry_count)
509 self.SendShellCommand("input keyevent 82", retry_count=retry_count)
539 self.SendShellCommand("stop", retry_count=retry_count)
540 self.SendShellCommand("start", retry_count=retry_count)
547 self.SendShellCommand("input keyevent 82", retry_count=retry_count)