Lines Matching refs:SendShellCommand
74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): member in AdbInterface
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
156 output = self.SendShellCommand("ls %s" % src)
242 self.SendShellCommand(command_string, timeout_time=timeout_time,
330 ls_response = self.SendShellCommand("ls /data/trace")
332 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
333 self.SendShellCommand("make /data/trace world writeable",
362 output = self.SendShellCommand(command)
425 output = self.SendShellCommand(command, retry_count=1)
459 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
487 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
489 self.SendShellCommand("setprop dev.bootcomplete 0",
491 self.SendShellCommand("stop", retry_count=retry_count)
506 self.SendShellCommand("stop", retry_count=retry_count)
508 self.SendShellCommand("start", retry_count=retry_count)
515 self.SendShellCommand("start", retry_count=retry_count)
519 self.SendShellCommand("input keyevent 82", retry_count=retry_count)
549 self.SendShellCommand("stop", retry_count=retry_count)
550 self.SendShellCommand("start", retry_count=retry_count)
557 self.SendShellCommand("input keyevent 82", retry_count=retry_count)