Home
last modified time | relevance | path

Searched defs:ShowMenu (Results 1 – 3 of 3) sorted by relevance

/aosp12/bootable/recovery/recovery_ui/
H A Dstub_ui.cpp23 size_t StubRecoveryUI::ShowMenu(const std::vector<std::string>& /* headers */, in ShowMenu() function in StubRecoveryUI
H A Dscreen_ui.cpp1222 size_t ScreenRecoveryUI::ShowMenu(std::unique_ptr<Menu>&& menu, bool menu_only, in ShowMenu() function in ScreenRecoveryUI
1282 size_t ScreenRecoveryUI::ShowMenu(const std::vector<std::string>& headers, in ShowMenu() function in ScreenRecoveryUI
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp418 TEST_F(DISABLED_ScreenRecoveryUITest, ShowMenu) { in TEST_F() argument