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