Home
last modified time | relevance | path

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

/external/libtextclassifier/java/src/com/android/textclassifier/
DModelFileManagerImpl.java346 @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() argument
380 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()
DModelFileManager.java42 @Nullable LocaleList localePreferences, in findBestModelFile() argument