Home | History | Annotate | Download | only in 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)
143 return self.SendCommand("install -r %s" % apk_path)
164 output = self.SendCommand("root")
170 self.SendCommand("wait-for-device")
329 self.SendCommand("wait-for-device")
362 self.SendCommand("wait-for-device")
434 self.SendCommand("wait-for-device")
476 output = self.SendCommand("sync", retry_count=retry_count)
483 self.SendCommand("remount")
484 output = self.SendCommand("sync", retry_count=retry_count)
489 output = self.SendCommand("sync", retry_count=retry_count)
508 return self.SendCommand("get-serialno").strip()