HomeSort by relevance Sort by last modified time
    Searched refs:mCountryMode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
SuggestedLocaleAdapter.java 61 private final boolean mCountryMode;
69 mCountryMode = countryMode;
181 if (mCountryMode) {
198 text.setText(item.getLabel(mCountryMode));
200 text.setContentDescription(item.getContentDescription(mCountryMode));
201 if (mCountryMode) {
222 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) {
LocaleHelper.java 221 private final boolean mCountryMode;
231 mCountryMode = countryMode;
263 removePrefixForCompare(lhs.getLocale(), lhs.getLabel(mCountryMode)),
264 removePrefixForCompare(rhs.getLocale(), rhs.getLabel(mCountryMode)));

Completed in 101 milliseconds