Searched refs:KeyAction (Results 1 – 2 of 2) sorted by relevance
97 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enum98 virtual KeyAction CheckKey(int key, bool is_long_press);
525 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()