Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dstub_ui.h31 std::string GetLocale() const override { in GetLocale() function
Dui.h69 virtual std::string GetLocale() const = 0;
Dscreen_ui.h201 std::string GetLocale() const override;
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp379 ASSERT_EQ(kTestLocale, ui_->GetLocale()); in TEST_F()
/bootable/recovery/
Drecovery.cpp130 std::string locale = ui->GetLocale(); in FinishRecovery()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp935 std::string ScreenRecoveryUI::GetLocale() const { in GetLocale() function in ScreenRecoveryUI