Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h41 NO_ACTION = 0, enumerator
/bootable/recovery/fastboot/
Dfastboot.cpp78 return Device::BuiltinAction::NO_ACTION; in StartFastboot()
/bootable/recovery/
Drecovery.cpp509 case Device::NO_ACTION: in prompt_and_wait()
530 return Device::NO_ACTION; in prompt_and_wait()
540 if (!ui->IsTextVisible()) return Device::NO_ACTION; in prompt_and_wait()
572 return Device::NO_ACTION; // reboot if logs aren't visible in prompt_and_wait()
993 if (temp != Device::NO_ACTION) { in start_recovery()
Drecovery_main.cpp468 if (ret == Device::NO_ACTION) { in main()