Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DWaitDeviceRecoveryTest.java45 private WaitDeviceRecovery mRecovery; field in WaitDeviceRecoveryTest
54 mRecovery = in setUp()
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()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java193 private IDeviceRecovery mRecovery = new WaitDeviceRecovery(); field in NativeDevice
2162 mRecovery.recoverDevice(mStateMonitor, mRecoveryMode.equals(RecoveryMode.ONLINE)); in recoverDevice()
2206 mRecovery.recoverDeviceBootloader(mStateMonitor); in recoverDeviceFromBootloader()
2212 mRecovery.recoverDeviceFastbootd(mStateMonitor); in recoverDeviceFromFastbootd()
2218 mRecovery.recoverDeviceRecovery(mStateMonitor); in recoverDeviceInRecovery()
3675 return mRecovery; in getRecovery()
3684 mRecovery = recovery; in setRecovery()
3727 mRecovery.setFastbootPath(fastbootPath); in setFastbootPath()