Searched refs:hasLanguage (Results 1 – 8 of 8) sorted by relevance
74 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()
116 inline bool hasLanguage() const { return mLanguage != NO_LANGUAGE; } in hasLanguage() function124 return hasLanguage() || hasScript() || hasRegion() || hasVariant() || hasLBStyle() || in isSupported()
953 boolean hasLanguage() { in hasLanguage() method in TextToSpeechService.UtteranceSpeechItemWithParams1075 if (!hasLanguage()) return mDefaultLocale[1]; in getCountry()1080 if (!hasLanguage()) return mDefaultLocale[2]; in getVariant()
505 && mCaptionLayout.getCaptionTrack().hasLanguage() in isKoreanLanguageTrack()
1542 : (infoFromEit != null && infoFromEit.hasLanguage()) in notifyAudioTracksUpdated()1544 : (infoFromVct != null && infoFromVct.hasLanguage()) in notifyAudioTracksUpdated()
1621 : (infoFromEit != null && infoFromEit.hasLanguage()) in notifyAudioTracksUpdated()1623 : (infoFromVct != null && infoFromVct.hasLanguage()) in notifyAudioTracksUpdated()
1270 if (!audioTrack.hasLanguage() in generateAudioTracks()
54749 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItemWithParams;->hasLanguage()Z