/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | WaitDeviceRecoveryTest.java | 87 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()
|
D | TestDeviceTest.java | 153 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()
|
D | NativeDeviceTest.java | 143 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()
|
D | DeviceManagerTest.java | 845 mMockTestDevice.recoverDevice(); in testReconnectDeviceToTcp_notOnline()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 583 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 …]
|
D | RemoteAndroidDevice.java | 118 public void recoverDevice() throws DeviceNotAvailableException { in recoverDevice() method in RemoteAndroidDevice 127 super.recoverDevice(); in recoverDevice()
|
D | DeviceManager.java | 896 managedUsbDevice.recoverDevice(); in reconnectDeviceToTcp() 1018 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method in DeviceManager.AbortRecovery
|
D | WaitDeviceRecovery.java | 120 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method in WaitDeviceRecovery
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 332 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/ |
D | IDeviceRecovery.java | 34 public void recoverDevice(IDeviceStateMonitor monitor, boolean recoverUntilOnline) in recoverDevice() method
|
D | IManagedTestDevice.java | 94 public void recoverDevice() throws DeviceNotAvailableException; in recoverDevice() method
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DeviceRecoveryModeUtil.java | 70 managedDevice.recoverDevice(); in bootOutOfRecovery()
|