Searched refs:mFullCountryNameNative (Results 1 – 1 of 1) sorted by relevance
50 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo126 if (mFullCountryNameNative == null) { in getFullCountryNameNative()127 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()129 return mFullCountryNameNative; in getFullCountryNameNative()