Searched refs:wait_time (Results 1 – 1 of 1) sorted by relevance
/development/testrunner/ |
D | adb_interface.py | 326 def WaitForDevicePm(self, wait_time=120): argument 342 wait_time) 345 "Package manager did not respond after %s seconds" % wait_time) 358 def WaitForProcess(self, name, wait_time=120): argument 371 self._WaitForShellCommandContents("ps", name, wait_time) 373 def WaitForProcessEnd(self, name, wait_time=120): argument 385 self._WaitForShellCommandContents("ps", name, wait_time, invert=True) 387 def _WaitForShellCommandContents(self, command, expected, wait_time, argument 412 while not success and (attempts*wait_period) < wait_time: 431 def WaitForBootComplete(self, wait_time=120): argument [all …]
|