Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp163 std::vector<std::string> items{ " No", " Yes" }; in yes_no() local
173 std::vector<std::string> items{ " Cancel", " Factory data reset" }; in ask_to_wipe_data() local
348 std::vector<std::string> items{ " Cancel", item_text }; in AskToReboot() local
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp236 std::vector<const GRSurface*> items = { in TEST_F() local
263 std::vector<const GRSurface*> items = { in TEST_F() local
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp65 const std::vector<std::string>& headers, const std::vector<std::string>& items, in TextMenu()
1262 const std::vector<std::string>& items, size_t initial_selection, in ShowMenu()