Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.h89 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enumerator
Dui.cpp181 case RecoveryUI::ENQUEUE: in ProcessKey()
327 return IsTextVisible() ? ENQUEUE : IGNORE; in CheckKey()