Home
last modified time | relevance | path

Searched refs:isForCountryMode (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DSystemLocaleCollector.java53 boolean translatedOnly, boolean isForCountryMode) { in getSupportedLocaleList() argument
56 if (isForCountryMode) { in getSupportedLocaleList()
DAppLocaleCollector.java195 boolean translatedOnly, boolean isForCountryMode) { in getSupportedLocaleList() argument
214 if (isForCountryMode) { in getSupportedLocaleList()
221 if (mAppCurrentLocale != null && !isForCountryMode) { in getSupportedLocaleList()
226 if (!isForCountryMode) { in getSupportedLocaleList()
252 if (!isForCountryMode && SystemProperties.getBoolean(PROP_APP_LANGUAGE_SUGGESTION, in getSupportedLocaleList()
277 if (!isForCountryMode && shouldShowList) { in getSupportedLocaleList()
DLocalePickerWithRegion.java88 boolean translatedOnly, boolean isForCountryMode); in getSupportedLocaleList() argument