Home
last modified time | relevance | path

Searched refs:mRecovery (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java58 private WaitDeviceRecovery mRecovery; field in WaitDeviceRecoveryTest
68 mRecovery = in setUp()
98 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_success()
116 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable()
139 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_recovers()
153 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_recovery_fail()
183 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_fastboot()
207 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unresponsive()
229 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_unavailable_usb_exception()
264 mRecovery.recoverDevice(mMockMonitor, false); in testRecoverDevice_fastboot()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java223 private IDeviceRecovery mRecovery = new WaitDeviceRecovery(); field in NativeDevice
2757 mRecovery.recoverDevice(mStateMonitor, mRecoveryMode.equals(RecoveryMode.ONLINE)); in recoverDevice()
2822 mRecovery.recoverDeviceBootloader(mStateMonitor); in recoverDeviceFromBootloader()
2828 mRecovery.recoverDeviceFastbootd(mStateMonitor); in recoverDeviceFromFastbootd()
2834 mRecovery.recoverDeviceRecovery(mStateMonitor); in recoverDeviceInRecovery()
4347 return mRecovery; in getRecovery()
4356 mRecovery = recovery; in setRecovery()
4399 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()