Searched refs:mRecovery (Results 1 – 2 of 2) sorted by relevance
45 private WaitDeviceRecovery mRecovery; field in WaitDeviceRecoveryTest54 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 …]
193 private IDeviceRecovery mRecovery = new WaitDeviceRecovery(); field in NativeDevice2162 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()