Home
last modified time | relevance | path

Searched refs:FASTBOOT (Results 1 – 15 of 15) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java326 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()
DTestDeviceFuncTest.java532 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()
DManagedDeviceListTest.java127 mockDevice.setDeviceState(TestDeviceState.FASTBOOT); in testUpdateFastbootState()
148 EasyMock.expect(mockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testUpdateFastbootState_gone()
DNativeDeviceTest.java1645 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()
DWaitDeviceRecoveryTest.java187 EasyMock.expect(mMockMonitor.getDeviceState()).andStubReturn(TestDeviceState.FASTBOOT); in testRecoverDevice_unavailable_fastboot()
246 EasyMock.expect(mMockMonitor.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testRecoverDevice_fastboot()
DTestDeviceStressTest.java85 assertEquals(TestDeviceState.FASTBOOT, mMonitor.getDeviceState()); in testManyRebootBootloaders()
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DTestDeviceState.java27 FASTBOOT, enumConstant
72 return TestDeviceState.FASTBOOT; in getStateByDdms()
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java133 if (TestDeviceState.FASTBOOT.equals(state) || TestDeviceState.FASTBOOTD.equals(state)) { in recoverDevice()
485 if (TestDeviceState.FASTBOOT.equals(state) || TestDeviceState.FASTBOOTD.equals(state)) { in attemptDeviceUnavailableRecovery()
DManagedTestDeviceFactory.java136 testDevice.setDeviceState(TestDeviceState.FASTBOOT); in createDevice()
DManagedDeviceList.java141 TestDeviceState state = TestDeviceState.FASTBOOT;
DNativeDeviceStateMonitor.java414 TestDeviceState mode = TestDeviceState.FASTBOOT; in waitForDeviceBootloaderOrFastbootd()
DNativeDevice.java2999 return TestDeviceState.FASTBOOT.equals(getDeviceState()) in isStateBootloaderOrFastbootd()
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DDeviceStateTransitionFuncTests.java47 assertEquals(TestDeviceState.FASTBOOT, getDevice().getDeviceState()); in testFastbootTransition()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java745 if (device.getDeviceState().equals(TestDeviceState.FASTBOOT)) { in getCurrentSlot()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java152 EasyMock.expect(mMockDevice.getDeviceState()).andReturn(TestDeviceState.FASTBOOT); in testGetCurrentSlot_fastboot()