Searched refs:waitForBootCompletion (Results 1 – 6 of 6) sorted by relevance
90 self.dut.waitForBootCompletion()
92 self.dut.waitForBootCompletion()
190 self._dut.waitForBootCompletion()
849 def waitForBootCompletion(self, timeout=900): member in AndroidDevice1011 if not self.waitForBootCompletion(timeout_secs):1149 self.waitForBootCompletion()
240 self._dut.waitForBootCompletion()
1291 if _timeout < 0 or not device.waitForBootCompletion(timeout=_timeout):