Home | History | Annotate | Download | only in android_testrunner

Lines Matching refs:SendCommand

54   def SendCommand(self, command_string, timeout_time=20, retry_count=3):
90 return self.SendCommand("shell %s" % cmd, timeout_time=timeout_time,
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
153 output = self.SendCommand("root")
158 self.SendCommand("wait-for-device")
321 self.SendCommand("wait-for-device")
367 self.SendCommand("wait-for-device")
439 self.SendCommand("wait-for-device")
481 output = self.SendCommand("sync", retry_count=retry_count)
488 self.SendCommand("remount")
489 output = self.SendCommand("sync", retry_count=retry_count)
494 output = self.SendCommand("sync", retry_count=retry_count)
513 return self.SendCommand("get-serialno").strip()