Home
last modified time | relevance | path

Searched refs:NO_ACTION (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/
Ddevice.h57 NO_ACTION = 0, enumerator
Ddevice.cpp60 return menu_position < 0 ? NO_ACTION : MENU_ACTIONS[menu_position]; in InvokeMenuItem()
Drecovery.cpp1130 case Device::NO_ACTION: in prompt_and_wait()
1145 return Device::NO_ACTION; in prompt_and_wait()
1151 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
1175 return Device::NO_ACTION; // reboot if logs aren't visible in prompt_and_wait()
1622 if (temp != Device::NO_ACTION) { in main()