Searched refs:localePreferences (Results 1 – 2 of 2) sorted by relevance
346 @Nullable LocaleList localePreferences, @Nullable LocaleList detectedLocales) { in findBestModelLocale()348 return isEmptyLocaleList(localePreferences) ? Locale.getDefault() : localePreferences.get(0); in findBestModelLocale()378 @Nullable LocaleList localePreferences, in findBestModelFile() argument380 Locale targetLocale = findBestModelLocale(localePreferences, detectedLocales); in findBestModelFile()383 if (!isEmptyLocaleList(localePreferences) in findBestModelFile()384 && !localePreferences.get(0).toString().startsWith(targetLocale.toString())) { in findBestModelFile()390 localePreferences.get(0), in findBestModelFile()
42 @Nullable LocaleList localePreferences, in findBestModelFile() argument