Home
last modified time | relevance | path

Searched refs:REBOOT (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/
Drecovery.cpp331 case Device::REBOOT: in AskToReboot()
404 ? Device::REBOOT in PromptAndWait()
421 case Device::REBOOT: in PromptAndWait()
424 return Device::REBOOT; in PromptAndWait()
428 return Device::REBOOT; in PromptAndWait()
432 return Device::REBOOT; in PromptAndWait()
724 Device::BuiltinAction next_action = shutdown_after ? Device::SHUTDOWN : Device::REBOOT; in start_recovery()
Drecovery_main.cpp555 case Device::REBOOT: in main()
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h45 REBOOT = 1, enumerator
Dui.h52 REBOOT, enumerator
/bootable/recovery/recovery_ui/
Ddevice.cpp30 { "Reboot system now", Device::REBOOT },
Dui.cpp375 case RecoveryUI::REBOOT: in ProcessKey()
577 return REBOOT; in CheckKey()
/bootable/recovery/install/
Dadb_install.cpp147 *reboot_action = Device::REBOOT; in AdbRebootHandler()