Searched refs:TtsEngines (Results 1 – 6 of 6) 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()
719 private final TtsEngines mEnginesHelper;771 mEnginesHelper = new TtsEngines(mContext); in TextToSpeech()
5696 android.speech.tts.TtsEngines$EngineInfoComparator5697 android.speech.tts.TtsEngines
18065 HSPLandroid/speech/tts/TtsEngines;-><init>(Landroid/content/Context;)V18066 HSPLandroid/speech/tts/TtsEngines;->getDefaultEngine()Ljava/lang/String;18067 HSPLandroid/speech/tts/TtsEngines;->getEngineInfo(Landroid/content/pm/ResolveInfo;Landroid/content/…18068 HSPLandroid/speech/tts/TtsEngines;->getEngines()Ljava/util/List;18069 HSPLandroid/speech/tts/TtsEngines;->getHighestRankedEngineName()Ljava/lang/String;18070 HSPLandroid/speech/tts/TtsEngines;->isEngineInstalled(Ljava/lang/String;)Z18071 HSPLandroid/speech/tts/TtsEngines;->isSystemEngine(Landroid/content/pm/ServiceInfo;)Z45928 Landroid/speech/tts/TtsEngines$EngineInfoComparator;45929 Landroid/speech/tts/TtsEngines;