Searched refs:retry_count (Results 1 – 2 of 2) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3): argument 72 retry_count=retry_count) 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument 91 retry_count=retry_count) 243 retry_count=2))) 425 output = self.SendShellCommand(command, retry_count=1) 459 output = self.SendShellCommand("getprop dev.bootcomplete", retry_count=1) 470 def Sync(self, retry_count=3, runtime_restart=False): argument 487 self.SendShellCommand("setprop ro.test_harness 1", retry_count=retry_count) 490 retry_count=retry_count) [all …]
|
D | run_command.py | 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument 57 if retry_count == 0: 59 retry_count -= 1
|