Searched refs:mCountryMode (Results 1 – 4 of 4) 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()
196 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator207 mCountryMode = countryMode; in LocaleInfoComparator()240 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()241 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()
66 private final boolean mCountryMode; field in SuggestedLocaleAdapter74 mCountryMode = countryMode; in SuggestedLocaleAdapter()190 if (mCountryMode) { in getView()207 text.setText(item.getLabel(mCountryMode)); in getView()209 text.setContentDescription(item.getContentDescription(mCountryMode)); in getView()210 if (mCountryMode) { in getView()231 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
183 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator193 mCountryMode = countryMode; in LocaleInfoComparator()225 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()226 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()