Home
last modified time | relevance | path

Searched refs:ENQUEUE (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dui.h97 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enumerator
Dui.cpp380 case RecoveryUI::ENQUEUE: in ProcessKey()
566 return (IsTextVisible() || screensaver_state_ == ScreensaverState::OFF) ? ENQUEUE : IGNORE; in CheckKey()