Home
last modified time | relevance | path

Searched refs:waitForDeviceAvailableInRecoverPath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIDeviceStateMonitor.java116 public default IDevice waitForDeviceAvailableInRecoverPath(final long waitTime) in waitForDeviceAvailableInRecoverPath() method
DINativeDevice.java1294 public boolean waitForDeviceAvailableInRecoverPath(final long waitTime) in waitForDeviceAvailableInRecoverPath() method
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java178 when(mMockDevice.waitForDeviceAvailableInRecoverPath(Mockito.anyLong())).thenReturn(true); in doSetupExpectations()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java167 if (monitor.waitForDeviceAvailableInRecoverPath(mWaitTime) == null) { in recoverDevice()
DNativeDeviceStateMonitor.java278 public IDevice waitForDeviceAvailableInRecoverPath(final long waitTime) in waitForDeviceAvailableInRecoverPath() method in NativeDeviceStateMonitor
DNativeDevice.java4337 public boolean waitForDeviceAvailableInRecoverPath(final long waitTime) in waitForDeviceAvailableInRecoverPath() method in NativeDevice
4339 return mStateMonitor.waitForDeviceAvailableInRecoverPath(waitTime) != null; in waitForDeviceAvailableInRecoverPath()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java493 boolean available = device.waitForDeviceAvailableInRecoverPath(mDeviceBootTime); in setUp()
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed.jarFileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...