Searched refs:waitForDeviceInRecovery (Results 1 – 7 of 7) sorted by relevance
57 public IDevice waitForDeviceInRecovery(); in waitForDeviceInRecovery() method133 public boolean waitForDeviceInRecovery(long waitTime); in waitForDeviceInRecovery() method
1186 public boolean waitForDeviceInRecovery(final long waitTime); in waitForDeviceInRecovery() method
110 public IDevice waitForDeviceInRecovery() { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor162 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor
3095 if (!waitForDeviceInRecovery(mOptions.getAdbRecoveryTimeout())) { in rebootIntoRecovery()3651 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDevice3652 return mStateMonitor.waitForDeviceInRecovery(waitTime); in waitForDeviceInRecovery()
511 IDevice device = monitor.waitForDeviceInRecovery(); in attemptDeviceUnavailableRecovery()
145 EasyMock.expect(mMockMonitor.waitForDeviceInRecovery()).andReturn(mMockDevice); in testRecoverDevice_unavailable_recovery()170 EasyMock.expect(mMockMonitor.waitForDeviceInRecovery()).andReturn(null); in testRecoverDevice_unavailable_recovery_fail()
77 device.waitForDeviceInRecovery(POST_SIDELOAD_TRANSITION_TIMEOUT); in postUpdateActions()