Searched defs:wait_time (Results 1 – 1 of 1) sorted by relevance
| /development/testrunner/ |
| D | adb_interface.py | 307 def WaitForDevicePm(self, wait_time=120): argument 328 def WaitForInstrumentation(self, package_name, runner_name, wait_time=120): argument 352 def WaitForProcess(self, name, wait_time=120): argument 367 def WaitForProcessEnd(self, name, wait_time=120): argument 381 def _WaitForShellCommandContents(self, command, expected, wait_time, argument 425 def WaitForBootComplete(self, wait_time=120): argument
|