Home
last modified time | relevance | path

Searched refs:rebootIntoBootloader (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparerTest.java211 mMockDevice.rebootIntoBootloader(); in testSetup_Success()
256 mMockDevice.rebootIntoBootloader(); in testSetup_Success_FromZipFile()
302 mMockDevice.rebootIntoBootloader(); in testSetup_Success_WithGkiBootImg()
326 mMockDevice.rebootIntoBootloader(); in testSetup_Success_WithGkiBootImg()
357 mMockDevice.rebootIntoBootloader(); in testSetup_Success_WithGkiBootImgInZip()
381 mMockDevice.rebootIntoBootloader(); in testSetup_Success_WithGkiBootImgInZip()
407 mMockDevice.rebootIntoBootloader(); in testSetup_Success_Api28()
445 mMockDevice.rebootIntoBootloader(); in testSetup_GsiFlashFailure()
491 mMockDevice.rebootIntoBootloader(); in testSetUp_BootFailure()
DFastbootDeviceFlasherTest.java97 mMockDevice.rebootIntoBootloader(); in testFlash_deviceNotAvailable()
116 mMockDevice.rebootIntoBootloader(); in testFlash_missingBoard()
229 mockDevice.rebootIntoBootloader(); in testFlashBaseband_noVersion()
256 mMockDevice.rebootIntoBootloader(); in testFlashUserData_testsZip()
418 mMockDevice.rebootIntoBootloader(); in testFlashUserData_wipeRm()
541 mMockDevice.rebootIntoBootloader(); in testCheckAndFlashBootloader()
DGkiDeviceFlashPreparerTest.java282 mMockDevice.rebootIntoBootloader(); in testSetup_Success()
308 mMockDevice.rebootIntoBootloader(); in testSetup_Success_FromZip()
335 mMockDevice.rebootIntoBootloader(); in testSetUp_GkiFlashFailure()
365 mMockDevice.rebootIntoBootloader(); in testSetUp_BootFailure()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasher.java152 device.rebootIntoBootloader(); in flash()
418 device.rebootIntoBootloader(); in flashBootloader()
490 device.rebootIntoBootloader(); in flashBaseband()
546 device.rebootIntoBootloader(); in flashUserData()
553 device.rebootIntoBootloader(); in flashUserData()
DGsiDeviceFlashPreparer.java173 device.rebootIntoBootloader(); in flashGsi()
210 device.rebootIntoBootloader(); in flashGsi()
DDeviceCleaner.java106 device.rebootIntoBootloader(); in clean()
DGkiDeviceFlashPreparer.java148 device.rebootIntoBootloader(); in flashGki()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java83 device.rebootIntoBootloader(); in flash()
190 device.rebootIntoBootloader(); in flashSystem()
195 device.rebootIntoBootloader(); in flashSystem()
DFastbootCommandPreparer.java56 testInformation.getDevice().rebootIntoBootloader(); in setUp()
DDeviceWiper.java41 device.rebootIntoBootloader(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java554 mTestDevice.rebootIntoBootloader(); in testExecuteFastbootCommand_badCommand()
579 mTestDevice.rebootIntoBootloader(); in testRebootIntoBootloader()
851 getDevice().rebootIntoBootloader(); in testGetFileEntry_recovery()
DTestDeviceStressTest.java84 mTestDevice.rebootIntoBootloader(); in testManyRebootBootloaders()
DNativeDeviceTest.java1696 testDevice.rebootIntoBootloader(); in testRebootIntoBootloader()
1725 testDevice.rebootIntoBootloader(); in testRebootIntoBootloader_forceFastboot()
DTestDeviceTest.java1132 public void rebootIntoBootloader() in testUnencryptDevice_erase()
1171 public void rebootIntoBootloader() in testUnencryptDevice_wipe()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2943 public void rebootIntoBootloader() in rebootIntoBootloader() method in NativeDevice
3430 rebootIntoBootloader(); in unencryptDevice()
3451 rebootIntoBootloader(); in unencryptDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/presubmit/
DDeviceStateTransitionFuncTests.java46 getDevice().rebootIntoBootloader(); in testFastbootTransition()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java921 public void rebootIntoBootloader() throws DeviceNotAvailableException; in rebootIntoBootloader() method