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