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)
211 retry_count=2)))
311 output = self.SendShellCommand("pm path android", retry_count=1)
342 % instrumentation_path, retry_count=1)
358 def Sync(self, retry_count=3):
364 retry_count: number of times to retry sync before failing
373 output = self.SendCommand("sync", retry_count=retry_count)
381 output = self.SendCommand("sync", retry_count=retry_count)
385 self.SendShellCommand("stop", retry_count=retry_count)
386 output = self.SendCommand("sync", retry_count=retry_count)
387 self.SendShellCommand("start", retry_count=retry_count)