Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DLocaleUtils.java74 final boolean hasLanguage = !TextUtils.isEmpty(language); in getSuitableLocalesForSpellChecker()
79 if (hasLanguage && hasCountry && hasVariant) { in getSuitableLocalesForSpellChecker()
84 if (hasLanguage && hasCountry) { in getSuitableLocalesForSpellChecker()
89 if (hasLanguage) { in getSuitableLocalesForSpellChecker()
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java953 boolean hasLanguage() { in hasLanguage() method in TextToSpeechService.UtteranceSpeechItemWithParams
1075 if (!hasLanguage()) return mDefaultLocale[1]; in getCountry()
1080 if (!hasLanguage()) return mDefaultLocale[2]; in getVariant()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51426 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;->hasLanguage()Z