Home
last modified time | relevance | path

Searched refs:doReboot (Results 1 – 3 of 3) 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()
DTestDeviceTest.java167 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot() method in TestDeviceTest.TestableTestDevice
827 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryRetry()
925 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryTimeoutRetry()
992 void doReboot(RebootMode rebootMode, @Nullable final String reason) in testExecuteShellCommand_recoveryAttempts()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java3770 doReboot(RebootMode.REBOOT_FULL, reason); in internalRebootUntilOnline()
3792 doReboot(RebootMode.REBOOT_USERSPACE, null); in rebootUserspaceUntilOnline()
3869 doReboot(RebootMode.REBOOT_FULL, null); in nonBlockingReboot()
3924 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot() method in NativeDevice