Searched defs:wait_time (Results 1 – 1 of 1) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 336 def WaitForDevicePm(self, wait_time=120): argument 368 def WaitForProcess(self, name, wait_time=120): argument 383 def WaitForProcessEnd(self, name, wait_time=120): argument 397 def _WaitForShellCommandContents(self, command, expected, wait_time, argument 441 def WaitForBootComplete(self, wait_time=120): argument
|