Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleStore.java56 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()
/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java100 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo
221 if (mFullCountryNameNative == null) { in getFullCountryNameNative()
222 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()
224 return mFullCountryNameNative; in getFullCountryNameNative()