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)
144 output = self.SendShellCommand("ls %s" % src)
210 self.SendShellCommand(command_string, timeout_time=timeout_time,
285 ls_response = self.SendShellCommand("ls /data/trace")
287 self.SendShellCommand("create /data/trace", "mkdir /data/trace")
288 self.SendShellCommand("make /data/trace world writeable",
311 output = self.SendShellCommand("pm path android", retry_count=1)
341 output = self.SendShellCommand("pm list instrumentation | grep %s"
385 self.SendShellCommand("stop", retry_count=retry_count
    [all...]
coverage.py 75 output = self._adb.SendShellCommand("cat init.rc | grep BOOTCLASSPATH | "
  /development/testrunner/test_defs/
native_test.py 88 output = adb.SendShellCommand("'%s 2>&1;echo -n exit code:$?'" %
100 adb.SendShellCommand("rm %s" % full_path)

Completed in 328 milliseconds