Home
last modified time | relevance | path

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

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