Home
last modified time | relevance | path

Searched refs:mCountryMode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java61 private final boolean mCountryMode; field in SuggestedLocaleAdapter
69 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()
DLocaleHelper.java225 private final boolean mCountryMode; field in LocaleHelper.LocaleInfoComparator
236 mCountryMode = countryMode; in LocaleInfoComparator()
269 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)), in compare()
270 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode))); in compare()