Searched refs:FASTBOOT (Results 1 – 16 of 16) sorted by relevance
27 FASTBOOT, enumConstant65 return TestDeviceState.FASTBOOT; in getStateByDdms()
138 d.setDeviceState(TestDeviceState.FASTBOOT);139 } else if (d.getDeviceState() == TestDeviceState.FASTBOOT) {
126 testDevice.setDeviceState(TestDeviceState.FASTBOOT); in createDevice()
123 if (monitor.getDeviceState().equals(TestDeviceState.FASTBOOT)) { in recoverDevice()
432 } else if (TestDeviceState.FASTBOOT.equals(getDeviceState()) && in internalGetProperty()2846 if (TestDeviceState.FASTBOOT.equals(getDeviceState())) { in rebootIntoBootloader()2905 if (TestDeviceState.FASTBOOT == getDeviceState()) { in rebootIntoRecovery()2935 if (TestDeviceState.FASTBOOT == getDeviceState()) { in doReboot()3490 if (getDeviceState().equals(TestDeviceState.FASTBOOT) && mFastbootLock.isLocked()) { in setDeviceState()
385 boolean result = waitForDeviceState(TestDeviceState.FASTBOOT, waitTime); in waitForDeviceBootloader()
119 mockDevice.setDeviceState(TestDeviceState.FASTBOOT); in testUpdateFastbootState()139 EasyMock.expect(mockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testUpdateFastbootState_gone()
527 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testExecuteFastbootCommand_deviceInAdb()550 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testExecuteFastbootCommand_badCommand()575 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testRebootIntoBootloader()
321 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastboot()342 mRecoveryTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootNonalpha()364 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetProductType_fastbootFail()968 mMockStateMonitor.setState(TestDeviceState.FASTBOOT); in testExecuteFastbootCommand_state()974 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testExecuteFastbootCommand_state()975 assertEquals(TestDeviceState.FASTBOOT, mTestDevice.getDeviceState()); in testExecuteFastbootCommand_state()996 assertEquals(TestDeviceState.FASTBOOT, mTestDevice.getDeviceState()); in testExecuteFastbootCommand_state()
85 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testManyRebootBootloaders()
133 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testRecoverDevice_fastboot()
1631 return TestDeviceState.FASTBOOT; in testDoReboot_fastboot()2187 mTestDevice.setDeviceState(TestDeviceState.FASTBOOT); in testGetMacAddress_fastboot()
28 if (TestDeviceState.FASTBOOT.equals(device.getDeviceState())) { in shouldSkip()
53 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testShouldSkip_fastboot()
716 if (device.getDeviceState().equals(TestDeviceState.FASTBOOT)) { in getCurrentSlot()
152 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testGetCurrentSlot_fastboot()