Home
last modified time | relevance | path

Searched refs:timeout_secs (Results 1 – 3 of 3) sorted by relevance

/test/vts/utils/python/controllers/
Dandroid_device.py998 def waitForFrameworkStartComplete(self, timeout_secs=WAIT_TIMEOUT_SEC): argument
1011 if not self.waitForBootCompletion(timeout_secs):
1015 if time.time() - start >= timeout_secs:
1051 def waitForProcessStop(self, process_names, timeout_secs=WAIT_TIMEOUT_SEC): argument
1065 if time.time() - start >= timeout_secs:
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py152 if self._device_client.Cmd(cmd, timeout_secs=30):
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py152 if self._device_client.Cmd(cmd, timeout_secs=30):