Home
last modified time | relevance | path

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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTtsEnginesTests.java45 TtsEngines.normalizeTTSLocale(new Locale("eng", "gbr"))); in testNormalizeLocale()
47 TtsEngines.normalizeTTSLocale(new Locale("eng", "GBR"))); in testNormalizeLocale()
49 TtsEngines.normalizeTTSLocale(new Locale("deu", "deu"))); in testNormalizeLocale()
51 TtsEngines.normalizeTTSLocale(new Locale("deu"))); in testNormalizeLocale()
53 TtsEngines.normalizeTTSLocale(new Locale("yyy", "DE"))); in testNormalizeLocale()
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java446 public static Locale normalizeTTSLocale(Locale ttsLocale) { in normalizeTTSLocale() method in TtsEngines
DTextToSpeechService.java335 Locale properLocale = TtsEngines.normalizeTTSLocale(iso3Locale); in onGetDefaultVoiceNameFor()