platform_bootable_recovery/tests/component
Tao Bao 736d59c567 recovery: Fix the broken UI text.
UI text is broken (doesn't show any text during FDR) due to commit
d530449e54, which reordered the calls to
RecoveryUI::SetLocale() and RecoveryUI::Init().

Because Init() uses the locale info to load the localized texts (from
images), the locale must be set prior to that via SetLocale(). This CL
refactors Init() to take the locale parameter, and removes the odd
SetLocale() API.

Bug: 34029338
Test: 'Run graphics test' under recovery.
Change-Id: I620394a3d4e3705e9af5a1f6299285d143ae1b01
2017-01-03 22:40:03 -08:00
..
applypatch_test.cpp tests: Add testcases for EMMC targets. 2016-11-21 23:32:33 -08:00
bootloader_message_test.cpp Add update_bootloader_message() to fix two-step OTAs. 2016-12-15 12:36:26 -08:00
edify_test.cpp Change StringValue to use std::string 2016-10-15 01:18:23 +00:00
imgdiff_test.cpp Add tests for imgdiff. 2016-12-19 16:53:03 -08:00
uncrypt_test.cpp Add tests for setup-bcb and clear-bcb via uncrypt. 2016-12-13 17:46:03 -08:00
updater_test.cpp updater: Refactor set_stage() and get_stage() functions. 2016-11-18 12:04:48 -08:00
verifier_test.cpp recovery: Fix the broken UI text. 2017-01-03 22:40:03 -08:00