Home
last modified time | relevance | path

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

/bootable/recovery/
Ddevice.cpp40 case 2: return APPLY_ADB_SIDELOAD; in InvokeMenuItem()
Ddevice.h64 APPLY_ADB_SIDELOAD = 4, enumerator
Drecovery.cpp823 case Device::APPLY_ADB_SIDELOAD: in prompt_and_wait()
826 bool adb = (chosen_action == Device::APPLY_ADB_SIDELOAD); in prompt_and_wait()