Home
last modified time | relevance | path

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

/test/vts/utils/python/controllers/
Dandroid_device.py975 def waitForFrameworkStartComplete(self, timeout_secs=WAIT_TIMEOUT_SEC): argument
988 if not self.waitForBootCompletion(timeout_secs):
992 if time.time() - start >= timeout_secs:
1028 def waitForProcessStop(self, process_names, timeout_secs=WAIT_TIMEOUT_SEC): argument
1042 if time.time() - start >= timeout_secs:
/test/framework/harnesses/host_controller/build/
Dbuild_flasher.py234 def WaitForDevice(self, timeout_secs=600): argument
244 return self.device.waitForBootCompletion(timeout=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):