Home | History | Annotate | Download | only in testrunner

Lines Matching refs:retry_count

54   def SendCommand(self, command_string, timeout_time=20, retry_count=3):
61 retry_count: number of times to retry command before raising
72 retry_count=retry_count)
74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
81 retry_count: number of times to retry command before raising
91 retry_count=retry_count)
236 retry_count=2)))
407 output = self.SendShellCommand(command, retry_count=1)
441 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
452 def Sync(self, retry_count=3, runtime_restart=False):
458 retry_count: number of times to retry sync before failing
469 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count)
472 retry_count=retry_count)
473 self.SendShellCommand("stop", retry_count=retry_count)
476 output = self.SendCommand("sync", retry_count=retry_count)
484 output = self.SendCommand("sync", retry_count=retry_count)
488 self.SendShellCommand("stop", retry_count=retry_count)
489 output = self.SendCommand("sync", retry_count=retry_count)
490 self.SendShellCommand("start", retry_count=retry_count)
497 self.SendShellCommand("start", retry_count=retry_count)
501 self.SendShellCommand("input keyevent 82", retry_count=retry_count)