HomeSort by relevance Sort by last modified time
    Searched refs:SendShellCommand (Results 1 - 3 of 3) sorted by null

  /development/testrunner/
adb_interface.py 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
155 output = self.SendShellCommand("ls %s" % src)
235 self.SendShellCommand(command_string, timeout_time=timeout_time,
312 ls_response = self.SendShellCommand("ls /data/trace")
314 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
315 self.SendShellCommand("make /data/trace world writeable",
344 output = self.SendShellCommand(command)
407 output = self.SendShellCommand(command, retry_count=1)
441 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1
    [all...]
runtest.py 403 output = self._adb.SendShellCommand("cat /data/local.prop")
413 self._adb.SendShellCommand("\"echo %s >> /data/local.prop\""
419 permout = self._adb.SendShellCommand("ls -l /data/local.prop")
427 self._adb.SendShellCommand("chmod 644 /data/local.prop")