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.java52 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo
132 if (mFullCountryNameNative == null) { in getFullCountryNameNative()
133 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()
135 return mFullCountryNameNative; in getFullCountryNameNative()