Home
last modified time | relevance | path

Searched refs:waitForDeviceInRecovery (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIDeviceStateMonitor.java64 public IDevice waitForDeviceInRecovery(); in waitForDeviceInRecovery() method
72 public boolean waitForDeviceInRecovery(long waitTime); in waitForDeviceInRecovery() method
DINativeDevice.java1337 public boolean waitForDeviceInRecovery(final long waitTime); in waitForDeviceInRecovery() method
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSideloadOtaTargetPreparer.java77 device.waitForDeviceInRecovery(POST_SIDELOAD_TRANSITION_TIMEOUT); in postUpdateActions()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java147 public IDevice waitForDeviceInRecovery() { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor
158 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDeviceStateMonitor
DWaitDeviceRecovery.java548 IDevice device = monitor.waitForDeviceInRecovery(); in attemptDeviceUnavailableRecovery()
DNativeDevice.java3817 if (!waitForDeviceInRecovery(mOptions.getAdbRecoveryTimeout())) { in rebootIntoRecovery()
4296 public boolean waitForDeviceInRecovery(long waitTime) { in waitForDeviceInRecovery() method in NativeDevice
4297 return mStateMonitor.waitForDeviceInRecovery(waitTime); in waitForDeviceInRecovery()