Home
last modified time | relevance | path

Searched refs:doReboot (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3066 doReboot(RebootMode.REBOOT_FULL, reason); in rebootUntilOnline()
3076 doReboot(RebootMode.REBOOT_USERSPACE, null); in rebootUserspaceUntilOnline()
3134 doReboot(RebootMode.REBOOT_FULL, null); in nonBlockingReboot()
3182 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java124 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot() method in TestDeviceTest.TestableTestDevice
605 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryRetry()
672 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryTimeoutRetry()
722 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryAttempts()
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()