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