Home
last modified time | relevance | path

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

/bootable/recovery/
Dui.h97 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enum
98 virtual KeyAction CheckKey(int key, bool is_long_press);
Dui.cpp525 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()