Home
last modified time | relevance | path

Searched refs:title_lines (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/fastboot/
Dfastboot.cpp42 std::vector<std::string> title_lines = { "Android Fastboot" }; in StartFastboot() local
43 title_lines.push_back("Product name - " + android::base::GetProperty("ro.product.device", "")); in StartFastboot()
44 title_lines.push_back("Bootloader version - " + android::base::GetProperty("ro.bootloader", "")); in StartFastboot()
45 title_lines.push_back("Baseband version - " + in StartFastboot()
47 title_lines.push_back("Serial number - " + android::base::GetProperty("ro.serialno", "")); in StartFastboot()
48 title_lines.push_back(std::string("Secure boot - ") + in StartFastboot()
50 title_lines.push_back("HW version - " + android::base::GetProperty("ro.revision", "")); in StartFastboot()
53 ui->SetTitle(title_lines); in StartFastboot()
/bootable/recovery/
Drecovery.cpp704 std::vector<std::string> title_lines = in start_recovery() local
706 title_lines.insert(std::begin(title_lines), "Android Recovery"); in start_recovery()
707 ui->SetTitle(title_lines); in start_recovery()