Searched refs:FASTBOOT (Results 1 – 15 of 15) sorted by relevance
326 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastboot()347 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootNonalpha()369 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootFail()982 mMockStateMonitor.setState(TestDeviceState.FASTBOOT); in testExecuteFastbootCommand_state()988 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testExecuteFastbootCommand_state()989 assertEquals(TestDeviceState.FASTBOOT, mTestDevice.getDeviceState()); in testExecuteFastbootCommand_state()1010 assertEquals(TestDeviceState.FASTBOOT, mTestDevice.getDeviceState()); in testExecuteFastbootCommand_state()
532 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testExecuteFastbootCommand_deviceInAdb()555 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testExecuteFastbootCommand_badCommand()580 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testRebootIntoBootloader()
127 mockDevice.setDeviceState(TestDeviceState.FASTBOOT); in testUpdateFastbootState()148 EasyMock.expect(mockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testUpdateFastbootState_gone()
1645 return TestDeviceState.FASTBOOT; in testDoReboot_fastboot()1710 return TestDeviceState.FASTBOOT; in testRebootIntoBootloader_forceFastboot()1760 return TestDeviceState.FASTBOOT; in testRebootIntoFastbootd_forceFastboot()2778 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetMacAddress_fastboot()
187 EasyMock.expect(mMockMonitor.getDeviceState()).andStubReturn(TestDeviceState.FASTBOOT); in testRecoverDevice_unavailable_fastboot()246 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testRecoverDevice_fastboot()
85 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testManyRebootBootloaders()
27 FASTBOOT, enumConstant72 return TestDeviceState.FASTBOOT; in getStateByDdms()
133 if (TestDeviceState.FASTBOOT.equals(state) || TestDeviceState.FASTBOOTD.equals(state)) { in recoverDevice()485 if (TestDeviceState.FASTBOOT.equals(state) || TestDeviceState.FASTBOOTD.equals(state)) { in attemptDeviceUnavailableRecovery()
136 testDevice.setDeviceState(TestDeviceState.FASTBOOT); in createDevice()
141 TestDeviceState state = TestDeviceState.FASTBOOT;
414 TestDeviceState mode = TestDeviceState.FASTBOOT; in waitForDeviceBootloaderOrFastbootd()
2999 return TestDeviceState.FASTBOOT.equals(getDeviceState()) in isStateBootloaderOrFastbootd()
47 assertEquals(TestDeviceState.FASTBOOT, getDevice().getDeviceState()); in testFastbootTransition()
745 if (device.getDeviceState().equals(TestDeviceState.FASTBOOT)) { in getCurrentSlot()
152 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testGetCurrentSlot_fastboot()