platform_bootable_recovery/tests
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
..
common updater: Add testcase for package_extract_dir(). 2016-11-17 23:02:13 -08:00
component recovery: Fix the broken UI text. 2017-01-03 22:40:03 -08:00
manual tests: Replace the O_RDONLY in access(2). 2016-12-21 18:56:53 -08:00
testdata applypatch: Add testcases for applypatch executable. 2016-11-01 14:40:14 -07:00
unit tests: Add test coverage for DirUtil. 2016-12-22 09:57:49 -08:00
Android.mk Merge "Add tests for imgdiff." 2016-12-28 18:05:45 +00:00