Home
last modified time | relevance | path

Searched refs:RebootMode (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java332 private final RebootMode mRebootMode;
335 RebootDeviceAction(RebootMode rebootMode, @Nullable String reason) { in RebootDeviceAction()
2965 final RebootMode mode = in rebootIntoFastbootInternal()
2966 isBootloader ? RebootMode.REBOOT_INTO_BOOTLOADER : RebootMode.REBOOT_INTO_FASTBOOTD; in rebootIntoFastbootInternal()
2984 if (RebootMode.REBOOT_INTO_FASTBOOTD.equals(mode) && getHostOptions().isFastbootdEnable()) { in rebootIntoFastbootInternal()
3066 doReboot(RebootMode.REBOOT_FULL, reason); in rebootUntilOnline()
3076 doReboot(RebootMode.REBOOT_USERSPACE, null); in rebootUserspaceUntilOnline()
3094 doAdbReboot(RebootMode.REBOOT_INTO_RECOVERY, null); in rebootIntoRecovery()
3116 final RebootMode rebootMode; in rebootIntoSideload()
3118 rebootMode = RebootMode.REBOOT_INTO_SIDELOAD_AUTO_REBOOT; in rebootIntoSideload()
[all …]
DTestDevice.java936 private boolean doAdbFrameworkReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbFrameworkReboot()
980 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java42 import com.android.tradefed.device.NativeDevice.RebootMode;
1595 mTestDevice.doAdbReboot(RebootMode.REBOOT_INTO_BOOTLOADER, ""); in testDoAdbReboot_emulator()
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()
DTestDeviceTest.java124 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot()
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()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java344 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()