Searched refs:mFullCountryNameNative (Results 1 – 1 of 1) sorted by relevance
52 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo132 if (mFullCountryNameNative == null) { in getFullCountryNameNative()133 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()135 return mFullCountryNameNative; in getFullCountryNameNative()