Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java1492 testDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot()
1514 testDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot_skipped()
1535 mTestDevice.doReboot(RebootMode.REBOOT_FULL, null); in testDoReboot_fastboot()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3770 doReboot(RebootMode.REBOOT_FULL, reason); in internalRebootUntilOnline()
3869 doReboot(RebootMode.REBOOT_FULL, null); in nonBlockingReboot()
3886 REBOOT_FULL(""), enumConstant
3902 if (this == REBOOT_FULL) { in formatRebootCommand()