Searched refs:mCountryMode (Results 1 – 2 of 2) sorted by relevance
61 private final boolean mCountryMode; field in SuggestedLocaleAdapter69 mCountryMode = countryMode; in SuggestedLocaleAdapter()181 if (mCountryMode) { in getView()198 text.setText(item.getLabel(mCountryMode)); in getView()200 text.setContentDescription(item.getContentDescription(mCountryMode)); in getView()201 if (mCountryMode) { in getView()222 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
225 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator236 mCountryMode = countryMode; in LocaleInfoComparator()269 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()270 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()