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

/frameworks/support/v4/ics/android/support/v4/speech/tts/
H A DTextToSpeechICS.java14 String engineName) {
16 if (engineName == null) {
23 return new TextToSpeech(context, onInitListener, engineName);
13 construct(Context context, OnInitListener onInitListener, String engineName) argument
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java327 * @param engineName the engine to return the locale for.
330 public Locale getLocalePrefForEngine(String engineName) { argument
331 return getLocalePrefForEngine(engineName,
337 public Locale getLocalePrefForEngine(String engineName, String prefValue) { argument
340 engineName);
353 if (DBG) Log.d(TAG, "getLocalePrefForEngine(" + engineName + ")= " + result);
364 * @param engineName the engine to return the locale for.
366 public boolean isLocaleSetToDefaultForEngine(String engineName) { argument
369 engineName));
495 private static String parseEnginePrefFromList(String prefValue, String engineName) { argument
519 updateLocalePrefForEngine(String engineName, Locale newLocale) argument
[all...]

Completed in 79 milliseconds