Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 614a43e3 authored by Zhizhi Liu's avatar Zhizhi Liu Committed by Android (Google) Code Review
Browse files

Merge "Open two locale apis for usage in TvSettings."

parents 73f1c036 53142bef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ public class LocaleStore {
            mIsTranslated = isTranslated;
        }

        /* package */ boolean isSuggested() {
        public boolean isSuggested() {
            if (!mIsTranslated) { // Never suggest an untranslated locale
                return false;
            }
@@ -137,7 +137,7 @@ public class LocaleStore {
            return mFullNameNative;
        }

        String getFullCountryNameNative() {
        public String getFullCountryNameNative() {
            if (mFullCountryNameNative == null) {
                mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale);
            }