Home
last modified time | relevance | path

Searched refs:SetTitle (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h84 void SetTitle(const std::vector<std::string>& /* lines */) override {} in SetTitle() function
Dui.h148 virtual void SetTitle(const std::vector<std::string>& lines) = 0;
Dscreen_ui.h228 void SetTitle(const std::vector<std::string>& lines) override;
/bootable/recovery/fastboot/
Dfastboot.cpp53 ui->SetTitle(title_lines); in StartFastboot()
/bootable/recovery/
Drecovery.cpp838 ui->SetTitle(title_lines); in start_recovery()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp672 void ScreenRecoveryUI::SetTitle(const std::vector<std::string>& lines) { in SetTitle() function in ScreenRecoveryUI