Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Ddevice.h48 APPLY_ADB_SIDELOAD = 4, enumerator
/aosp12/bootable/recovery/recovery_ui/
H A Ddevice.cpp33 { "Apply update from ADB", Device::APPLY_ADB_SIDELOAD },
/aosp12/bootable/recovery/
H A Drecovery.cpp458 case Device::APPLY_ADB_SIDELOAD: in PromptAndWait()
472 } else if (chosen_action == Device::APPLY_ADB_SIDELOAD) { in PromptAndWait()