Home
last modified time | relevance | path

Searched refs:rebootIntoFastbootd (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparerTest.java220 mMockDevice.rebootIntoFastbootd(); in testSetup_Success()
265 mMockDevice.rebootIntoFastbootd(); in testSetup_Success_FromZipFile()
311 mMockDevice.rebootIntoFastbootd(); in testSetup_Success_WithGkiBootImg()
366 mMockDevice.rebootIntoFastbootd(); in testSetup_Success_WithGkiBootImgInZip()
454 mMockDevice.rebootIntoFastbootd(); in testSetup_GsiFlashFailure()
501 mMockDevice.rebootIntoFastbootd(); in testSetUp_BootFailure()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFastbootCommandPreparer.java58 testInformation.getDevice().rebootIntoFastbootd(); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java199 device.rebootIntoFastbootd(); in flashGsi()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java958 public void rebootIntoFastbootd() throws DeviceNotAvailableException; in rebootIntoFastbootd() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1746 testDevice.rebootIntoFastbootd(); in testRebootIntoFastbootd()
1775 testDevice.rebootIntoFastbootd(); in testRebootIntoFastbootd_forceFastboot()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2950 public void rebootIntoFastbootd() in rebootIntoFastbootd() method in NativeDevice