Searched defs:ttsLocale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java439 public static Locale normalizeTTSLocale(Locale ttsLocale) { argument
440 String language = ttsLocale.getLanguage();
448 String country = ttsLocale.getCountry();
455 return new Locale(language, country, ttsLocale.getVariant());

Completed in 64 milliseconds