HomeSort by relevance Sort by last modified time
    Searched refs:SelectMenu (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/
ui.h 92 virtual int SelectMenu(int sel) = 0;
screen_ui.h 53 int SelectMenu(int sel);
verifier_test.cpp 127 int SelectMenu(int sel) { return 0; }
recovery.cpp 478 selected = ui->SelectMenu(selected);
482 selected = ui->SelectMenu(selected);
screen_ui.cpp 519 int ScreenRecoveryUI::SelectMenu(int sel) {

Completed in 135 milliseconds