Home
last modified time | relevance | path

Searched refs:waitForBootCompletion (Results 1 – 14 of 14) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_dut_test.py71 mock_device.waitForBootCompletion.return_value = False
84 mock_device.waitForBootCompletion.return_value = True
98 mock_device.waitForBootCompletion.return_value = True
117 mock_device.waitForBootCompletion.return_value = True
131 mock_device.waitForBootCompletion.return_value = True
147 mock_device.waitForBootCompletion.return_value = True
Dcommand_dut.py89 boot_complete = device.waitForBootCompletion()
/test/vts/testcases/host/reboot/RebootRootRemountTest/
DRebootRootRemountTest.py49 self.dut.waitForBootCompletion()
68 self.dut.waitForBootCompletion()
/test/vts/testcases/host/reboot/RebootTest/
DRebootTest.py40 self.dut.waitForBootCompletion()
/test/vts/testcases/host/fastboot/
DVtsFastbootVerification.py115 self.dut.waitForBootCompletion()
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py90 self.dut.waitForBootCompletion()
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py92 self.dut.waitForBootCompletion()
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py190 self._dut.waitForBootCompletion()
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py240 self._dut.waitForBootCompletion()
/test/vts/utils/python/controllers/
Dandroid_device.py849 def waitForBootCompletion(self, timeout=900): member in AndroidDevice
1011 if not self.waitForBootCompletion(timeout_secs):
1149 self.waitForBootCompletion()
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test.py268 self._dut.waitForBootCompletion()
/test/vts-testcase/kernel/api/proc/
DVtsKernelProcFileApiTest.py218 self.dut.waitForBootCompletion()
/test/framework/harnesses/host_controller/build/
Dbuild_flasher.py244 return self.device.waitForBootCompletion(timeout=timeout_secs)
/test/vts/runners/host/
Dbase_test.py1291 if _timeout < 0 or not device.waitForBootCompletion(timeout=_timeout):