Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java50 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo
126 if (mFullCountryNameNative == null) { in getFullCountryNameNative()
127 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()
129 return mFullCountryNameNative; in getFullCountryNameNative()