Searched refs:RebootMode (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 412 private final RebootMode mRebootMode; 415 RebootDeviceAction(RebootMode rebootMode, @Nullable String reason) { in RebootDeviceAction() 421 return mRebootMode == RebootMode.REBOOT_INTO_BOOTLOADER in isFastbootOrBootloader() 422 || mRebootMode == RebootMode.REBOOT_INTO_FASTBOOTD; in isFastbootOrBootloader() 3590 final RebootMode mode = in rebootIntoFastbootInternal() 3591 isBootloader ? RebootMode.REBOOT_INTO_BOOTLOADER : RebootMode.REBOOT_INTO_FASTBOOTD; in rebootIntoFastbootInternal() 3631 if (RebootMode.REBOOT_INTO_FASTBOOTD.equals(mode) in rebootIntoFastbootInternal() 3642 if (RebootMode.REBOOT_INTO_FASTBOOTD.equals(mode)) { in rebootIntoFastbootInternal() 3770 doReboot(RebootMode.REBOOT_FULL, reason); in internalRebootUntilOnline() 3792 doReboot(RebootMode.REBOOT_USERSPACE, null); in rebootUserspaceUntilOnline() [all …]
|
D | TestDevice.java | 1265 private boolean doAdbFrameworkReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbFrameworkReboot() 1316 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 47 import com.android.tradefed.device.NativeDevice.RebootMode; 1475 mTestDevice.doAdbReboot(RebootMode.REBOOT_INTO_BOOTLOADER, ""); in testDoAdbReboot_emulator() 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() 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()
|