Home
last modified time | relevance | path

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

/frameworks/opt/localepicker/src/com/android/localepicker/
DSuggestedLocaleAdapter.java61 @VisibleForTesting static final int MIN_REGIONS_FOR_SUGGESTIONS = 6; field in SuggestedLocaleAdapter
231 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()
/frameworks/base/core/java/com/android/internal/app/
DSuggestedLocaleAdapter.java58 protected static final int MIN_REGIONS_FOR_SUGGESTIONS = 6; field in SuggestedLocaleAdapter
328 if (mCountryMode && mLocaleOptions.size() < MIN_REGIONS_FOR_SUGGESTIONS) { in showHeaders()