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)
224 retry_count=2)))
324 output = self.SendShellCommand("pm path android", retry_count=1)
355 % instrumentation_path, retry_count=1)
389 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1)
400 def Sync(self, retry_count=3, runtime_restart=False):
406 retry_count: number of times to retry sync before failing
417 self.SendShellCommand("setprop ro.monkey 1", retry_count=retry_count)
420 retry_count=retry_count)
421 self.SendShellCommand("stop", retry_count=retry_count)
424 output = self.SendCommand("sync", retry_count=retry_count)
432 output = self.SendCommand("sync", retry_count=retry_count)
436 self.SendShellCommand("stop", retry_count=retry_count)
437 output = self.SendCommand("sync", retry_count=retry_count)
438 self.SendShellCommand("start", retry_count=retry_count)
445 self.SendShellCommand("start", retry_count=retry_count)
449 self.SendShellCommand("input keyevent 82", retry_count=retry_count)