Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp801 Device::BuiltinAction chosen_action = device->InvokeMenuItem(chosen_item); in prompt_and_wait() local
804 switch (chosen_action) { in prompt_and_wait()
811 return chosen_action; in prompt_and_wait()
826 bool adb = (chosen_action == Device::APPLY_ADB_SIDELOAD); in prompt_and_wait()