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)
144 output = self.SendShellCommand("ls %s" % src)
224 self.SendShellCommand(command_string, timeout_time=timeout_time,
301 ls_response = self.SendShellCommand("ls /data/trace")
303 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
304 self.SendShellCommand("make /data/trace world writeable",
409 output = self.SendShellCommand(command, retry_count=1)
443 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
471 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
473 self.SendShellCommand("setprop dev.bootcomplete 0",
475 self.SendShellCommand("stop", retry_count=retry_count)
490 self.SendShellCommand("stop", retry_count=retry_count)
492 self.SendShellCommand("start", retry_count=retry_count)
499 self.SendShellCommand("start", retry_count=retry_count)
503 self.SendShellCommand("input keyevent 82", retry_count=retry_count)