Home
last modified time | relevance | path

Searched refs:SendShellCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/android_testrunner/
Dadb_interface.py74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): member in AdbInterface
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
144 output = self.SendShellCommand("ls %s" % src)
228 self.SendShellCommand(command_string, timeout_time=timeout_time,
304 ls_response = self.SendShellCommand("ls /data/trace")
306 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
307 self.SendShellCommand("make /data/trace world writeable",
412 output = self.SendShellCommand(command, retry_count=1)
446 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
474 self.SendShellCommand("setprop ro.monkey 1", retry_count=retry_count)
[all …]
/external/chromium_org/build/android/pylib/
Dsystem_properties.py30 self._adb.SendShellCommand('setprop %s "%s"' % (key, value), retry_count=3)
39 return self._adb.SendShellCommand('getprop %s' % key, retry_count=3).strip()
Dandroid_commands.py643 result = self._adb.SendShellCommand(
1648 status = self._adb.SendShellCommand(
1653 status = self._adb.SendShellCommand(
1673 status = self._adb.SendShellCommand(
1750 output = self._adb.SendShellCommand(cmd, timeout_time=timeout)