Searched refs:mFullCountryNameNative (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java49 private String mFullCountryNameNative; field in class:LocaleStore.LocaleInfo
123 if (mFullCountryNameNative == null) {
124 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale);
126 return mFullCountryNameNative;

Completed in 27 milliseconds