Home
last modified time | relevance | path

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

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