Searched refs:waitForDeviceInRecovery (Results 1 – 6 of 6) sorted by relevance
64 public IDevice waitForDeviceInRecovery(); in waitForDeviceInRecovery() method72 public boolean waitForDeviceInRecovery(long waitTime); in waitForDeviceInRecovery() method
1337 public boolean waitForDeviceInRecovery(final long waitTime); in waitForDeviceInRecovery() method
77 device.waitForDeviceInRecovery(POST_SIDELOAD_TRANSITION_TIMEOUT); in postUpdateActions()
147 public IDevice waitForDeviceInRecovery() { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor158 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor
548 IDevice device = monitor.waitForDeviceInRecovery(); in attemptDeviceUnavailableRecovery()
3817 if (!waitForDeviceInRecovery(mOptions.getAdbRecoveryTimeout())) { in rebootIntoRecovery()4296 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDevice4297 return mStateMonitor.waitForDeviceInRecovery(waitTime); in waitForDeviceInRecovery()