Home
last modified time | relevance | path

Searched refs:recoverDevice (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java87 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_success()
104 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable()
128 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_recovers()
153 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_recovery()
173 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_recovery_fail()
203 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_fastboot()
229 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unresponsive()
261 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_fastboot()
DTestDeviceTest.java153 public void recoverDevice() throws DeviceNotAvailableException { in setUp()
473 public void recoverDevice( in testRecoverDevice_ThrowException()
492 testDevice.recoverDevice(); in testRecoverDevice_ThrowException()
542 mMockRecovery.recoverDevice(EasyMock.eq(mMockStateMonitor), EasyMock.eq(false)); in testExecuteShellCommand_recoveryFail()
567 mMockRecovery.recoverDevice(EasyMock.eq(mMockStateMonitor), EasyMock.eq(true)); in testExecuteShellCommand_recoveryUntilOnline()
628 mMockRecovery.recoverDevice(EasyMock.eq(mMockStateMonitor), EasyMock.eq(false)); in assertRecoverySuccess()
901 mMockRecovery.recoverDevice(EasyMock.eq(mMockStateMonitor), EasyMock.eq(false)); in testRunInstrumentationTests_recoveryFails()
2184 mMockRecovery.recoverDevice(mMockStateMonitor, false); in testRebootRecovers()
4614 public void recoverDevice() throws DeviceNotAvailableException { in testPostInvocationWifiTearDown()
DNativeDeviceTest.java143 public void recoverDevice() throws DeviceNotAvailableException { in setUp()
1139 mMockRecovery.recoverDevice(EasyMock.eq(mMockStateMonitor), EasyMock.eq(false)); in testGetBugreport_deviceUnavail()
2816 public void recoverDevice() throws DeviceNotAvailableException { in testGetMacAddress_stubDevice()
DDeviceManagerTest.java845 mMockTestDevice.recoverDevice(); in testReconnectDeviceToTcp_notOnline()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java583 recoverDevice(); in internalGetProductType()
912 recoverDevice(); in runInstrumentationTests()
2099 recoverDevice(); in performDeviceAction()
2154 public void recoverDevice() throws DeviceNotAvailableException { in recoverDevice() method in NativeDevice
2162 mRecovery.recoverDevice(mStateMonitor, mRecoveryMode.equals(RecoveryMode.ONLINE)); in recoverDevice()
3030 recoverDevice(); in reboot()
3054 recoverDevice(); in rebootUserspace()
3605 recoverDevice(); in waitForDeviceOnline()
3615 recoverDevice(); in waitForDeviceOnline()
3625 recoverDevice(); in waitForDeviceAvailable()
[all …]
DRemoteAndroidDevice.java118 public void recoverDevice() throws DeviceNotAvailableException { in recoverDevice() method in RemoteAndroidDevice
127 super.recoverDevice(); in recoverDevice()
DDeviceManager.java896 managedUsbDevice.recoverDevice(); in reconnectDeviceToTcp()
1018 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method in DeviceManager.AbortRecovery
DWaitDeviceRecovery.java120 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method in WaitDeviceRecovery
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java332 public void recoverDevice() throws DeviceNotAvailableException { in recoverDevice() method in RemoteAndroidVirtualDevice
340 super.recoverDevice(); in recoverDevice()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIDeviceRecovery.java34 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method
DIManagedTestDevice.java94 public void recoverDevice() throws DeviceNotAvailableException; in recoverDevice() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DDeviceRecoveryModeUtil.java70 managedDevice.recoverDevice(); in bootOutOfRecovery()