Searched defs:retry_count (Results 1 – 2 of 2) sorted by relevance
/development/testrunner/ |
D | run_command.py | 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, argument
|
D | adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=60, retry_count=3): argument 74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3): argument 470 def Sync(self, retry_count=3, runtime_restart=False): argument 528 def RuntimeReset(self, disable_keyguard=False, retry_count=3, preview_only=False): argument
|