Home | History | Annotate | Download | only in android_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)
229 retry_count=2)))
412 output = self.SendShellCommand(command, retry_count=1)
446 retry_count=1)
457 def Sync(self, retry_count=3, runtime_restart=False):
463 retry_count: number of times to retry sync before failing
474 self.SendShellCommand("setprop ro.monkey 1", retry_count=retry_count)
477 retry_count=retry_count)
478 self.SendShellCommand("stop", retry_count=retry_count)
481 output = self.SendCommand("sync", retry_count=retry_count)
489 output = self.SendCommand("sync", retry_count=retry_count)
493 self.SendShellCommand("stop", retry_count=retry_count)
494 output = self.SendCommand("sync", retry_count=retry_count)
495 self.SendShellCommand("start", retry_count=retry_count)
502 self.SendShellCommand("start", retry_count=retry_count)
506 self.SendShellCommand("input keyevent 82", retry_count=retry_count)