Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/
H A Drecovery.cpp165 size_t chosen_item = device->GetUI()->ShowMenu( in yes_no()
175 size_t chosen_item = device->GetUI()->ShowPromptWipeDataConfirmationMenu( in ask_to_wipe_data()
197 size_t chosen_item = device->GetUI()->ShowPromptWipeDataMenu( in prompt_and_wipe_data()
256 chosen_item = device->GetUI()->ShowMenu( in choose_recovery_file()
266 device->GetUI()->ShowFile(entries[chosen_item]); in choose_recovery_file()
350 size_t chosen_item = device->GetUI()->ShowMenu( in AskToReboot()
361 auto ui = device->GetUI(); in PromptAndWait()
692 auto ui = device->GetUI(); in start_recovery()
H A Drecovery_main.cpp429 if (!device->GetUI()->Init(locale)) { in main()
437 ui = device->GetUI(); in main()
/aosp12/bootable/recovery/install/
H A Dsnapshot_utils.cpp34 RecoveryUI* ui = device->GetUI(); in FinishPendingSnapshotMerges()
H A Dwipe_data.cpp106 RecoveryUI* ui = device->GetUI(); in WipeData()
H A Dwipe_device.cpp176 auto ui = device->GetUI(); in WipeAbDevice()
H A Dfuse_install.cpp208 auto ui = device->GetUI(); in ApplyFromSdcard()
H A Dadb_install.cpp347 RecoveryUI* ui = device->GetUI(); in ApplyFromAdb()
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Ddevice.h72 virtual RecoveryUI* GetUI() { in GetUI() function
/aosp12/bootable/recovery/fastboot/
H A Dfastboot.cpp40 RecoveryUI* ui = device->GetUI(); in StartFastboot()
/aosp12/bootable/recovery/recovery_ui/
H A Dethernet_device.cpp84 auto recovery_ui = reinterpret_cast<EthernetRecoveryUI*>(GetUI()); in SetTitleIPv6LinkLocalAddress()
/aosp12/hardware/google/pixel/recovery/
H A Drecovery_ui.cpp115 ::RecoveryUI* const ui = GetUI(); in PostWipeData()