Searched refs:doReboot (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 3066 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/ |
D | TestDeviceTest.java | 124 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()
|
D | NativeDeviceTest.java | 1614 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()
|