Searched refs:getRecoveryMode (Results 1 – 10 of 10) sorted by relevance
105 EasyMock.expect(mMockDevice.getRecoveryMode()).andReturn(RecoveryMode.AVAILABLE); in testCantTouchFilesystem()136 EasyMock.expect(mMockDevice.getRecoveryMode()).andReturn(RecoveryMode.AVAILABLE); in testPushTestsZipOntoData()179 EasyMock.expect(mMockDevice.getRecoveryMode()).andReturn(RecoveryMode.AVAILABLE); in testPushTestsZipOntoData_retry()
185 RecoveryMode initMode = getDevice().getRecoveryMode(); in testRun_testTimeout()359 RecoveryMode initMode = getDevice().getRecoveryMode(); in testRun_rerun()409 RecoveryMode initMode = getDevice().getRecoveryMode(); in testRun_rerunHang()
3016 RecoveryMode cachedRecoveryMode = getRecoveryMode(); in reboot()3038 RecoveryMode cachedRecoveryMode = getRecoveryMode(); in rebootUserspace()3067 RecoveryMode cachedRecoveryMode = getRecoveryMode(); in rebootUntilOnline()3077 RecoveryMode cachedRecoveryMode = getRecoveryMode(); in rebootUserspaceUntilOnline()3466 RecoveryMode cachedRecoveryMode = getRecoveryMode(); in unencryptDevice()3700 public RecoveryMode getRecoveryMode() { in getRecoveryMode() method in NativeDevice
108 RecoveryMode previousMode = getRecoveryMode(); in preInvocationSetup()
117 RecoveryMode cachedRecoveryMode = device.getRecoveryMode(); in pushTestsZipOntoData()144 RecoveryMode cachedRecoveryMode = device.getRecoveryMode(); in deleteData()
1238 public RecoveryMode getRecoveryMode(); in getRecoveryMode() method
112 RecoveryMode previousMode = getRecoveryMode(); in preInvocationSetup()
903 origMode = device.getRecoveryMode(); in runTearDown()
979 assertTrue(t.getRecoveryMode().equals(RecoveryMode.AVAILABLE)); in testDeviceRecoveryState()
992 EasyMock.expect(mMockDevice.getRecoveryMode()).andReturn(RecoveryMode.AVAILABLE); in testRun_partialRun()