Searched refs:mFullCountryNameNative (Results 1 – 2 of 2) sorted by relevance
56 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()
100 private String mFullCountryNameNative; field in LocaleStore.LocaleInfo221 if (mFullCountryNameNative == null) { in getFullCountryNameNative()222 mFullCountryNameNative = LocaleHelper.getDisplayCountry(mLocale, mLocale); in getFullCountryNameNative()224 return mFullCountryNameNative; in getFullCountryNameNative()