Searched refs:TtsEngines (Results 1 – 7 of 7) sorted by relevance
3 import android.speech.tts.TtsEngines;9 private TtsEngines mTtsHelper;13 mTtsHelper = new TtsEngines(getInstrumentation().getContext()); in setUp()34 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()45 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()[all …]
63 public class TtsEngines { class106 public TtsEngines(Context ctx) { in TtsEngines() method in TtsEngines
116 private TtsEngines mEngineHelper;135 mEngineHelper = new TtsEngines(this); in onCreate()335 Locale properLocale = TtsEngines.normalizeTTSLocale(iso3Locale); in onGetDefaultVoiceNameFor()418 return TtsEngines.toOldLocaleStringFormat(locale); in getSettingsLocale()
691 private final TtsEngines mEnginesHelper;743 mEnginesHelper = new TtsEngines(mContext); in TextToSpeech()
3226 android.speech.tts.TtsEngines
69927 Landroid/speech/tts/TextToSpeech;->mEnginesHelper:Landroid/speech/tts/TtsEngines;70095 Landroid/speech/tts/TextToSpeechService;->mEngineHelper:Landroid/speech/tts/TtsEngines;70101 Landroid/speech/tts/TtsEngines$EngineInfoComparator;70102 Landroid/speech/tts/TtsEngines$EngineInfoComparator;-><init>()V70103 Landroid/speech/tts/TtsEngines$EngineInfoComparator;->compare(Landroid/speech/tts/TextToSpeech$Engi…70104 Landroid/speech/tts/TtsEngines$EngineInfoComparator;->INSTANCE:Landroid/speech/tts/TtsEngines$Engin…70105 Landroid/speech/tts/TtsEngines;70106 Landroid/speech/tts/TtsEngines;->DBG:Z70107 Landroid/speech/tts/TtsEngines;->getDefaultEngine()Ljava/lang/String;70108 Landroid/speech/tts/TtsEngines;->getEngineInfo(Landroid/content/pm/ResolveInfo;Landroid/content/pm/…[all …]
35809 Landroid/speech/tts/TtsEngines;