Home
last modified time | relevance | path

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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTtsEnginesTests.java34 TtsEngines.toOldLocaleStringFormat(new Locale("de", "DE"))); in testToOldLocaleStringFormat()
36 TtsEngines.toOldLocaleStringFormat(new Locale("de"))); in testToOldLocaleStringFormat()
38 TtsEngines.toOldLocaleStringFormat(new Locale("en"))); in testToOldLocaleStringFormat()
40 TtsEngines.toOldLocaleStringFormat(new Locale("foo"))); in testToOldLocaleStringFormat()
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java470 static public String[] toOldLocaleStringFormat(Locale locale) { in toOldLocaleStringFormat() method in TtsEngines
DTextToSpeechService.java416 return TtsEngines.toOldLocaleStringFormat(locale); in getSettingsLocale()