Home
last modified time | relevance | path

Searched refs:REBOOT_FULL (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3066 doReboot(RebootMode.REBOOT_FULL, reason); in rebootUntilOnline()
3134 doReboot(RebootMode.REBOOT_FULL, null); in nonBlockingReboot()
3144 REBOOT_FULL(""), enumConstant
3160 if (this == REBOOT_FULL) { in formatRebootCommand()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1614 testDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot()
1635 testDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot_skipped()
1655 mTestDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot_fastboot()