Searched refs:mRebootMode (Results 1 – 1 of 1) sorted by relevance
412 private final RebootMode mRebootMode; field in NativeDevice.RebootDeviceAction416 mRebootMode = rebootMode; in RebootDeviceAction()421 return mRebootMode == RebootMode.REBOOT_INTO_BOOTLOADER in isFastbootOrBootloader()422 || mRebootMode == RebootMode.REBOOT_INTO_FASTBOOTD; in isFastbootOrBootloader()431 getIDevice().reboot(mRebootMode.formatRebootCommand(mReason)); in run()