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.h44 NO_ACTION = 0, enumerator
/bootable/recovery/fastboot/
Dfastboot.cpp79 return Device::BuiltinAction::NO_ACTION; in StartFastboot()
/bootable/recovery/
Drecovery.cpp410 case Device::NO_ACTION: in PromptAndWait()
444 return Device::NO_ACTION; in PromptAndWait()
454 if (!ui->IsTextVisible()) return Device::NO_ACTION; in PromptAndWait()
487 return Device::NO_ACTION; // reboot if logs aren't visible in PromptAndWait()
869 if (temp != Device::NO_ACTION) { in start_recovery()
Drecovery_main.cpp494 if (ret == Device::NO_ACTION) { in main()