Searched refs:wait_time (Results 1 – 1 of 1) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 318 def WaitForDevicePm(self, wait_time=120): argument 334 wait_time) 337 "Package manager did not respond after %s seconds" % wait_time) 350 def WaitForProcess(self, name, wait_time=120): argument 363 self._WaitForShellCommandContents("ps", name, wait_time) 365 def WaitForProcessEnd(self, name, wait_time=120): argument 377 self._WaitForShellCommandContents("ps", name, wait_time, invert=True) 379 def _WaitForShellCommandContents(self, command, expected, wait_time, argument 404 while not success and (attempts*wait_period) < wait_time: 423 def WaitForBootComplete(self, wait_time=120): argument [all …]
|