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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableTextToSpeechService.java50 protected int onLoadLanguage(String lang, String country, String variant) { method in class:MockableTextToSpeechService
51 return sDelegate.onLoadLanguage(lang, country, variant);
69 int onLoadLanguage(String lang, String country, String variant); method in interface:MockableTextToSpeechService.IDelegate
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java56 * <li>{@link #onLoadLanguage}</li>
92 * {@link #onIsLanguageAvailable} and {@link #onLoadLanguage} methods. The last one,
144 onLoadLanguage(defaultLocale[0], defaultLocale[1], defaultLocale[2]);
166 * Its return values HAVE to be consistent with onLoadLanguage.
218 protected abstract int onLoadLanguage(String lang, String country, String variant); method in class:TextToSpeechService
354 * {@link #onLoadLanguage(String, String, String)}.
371 onLoadLanguage(locale.getISO3Language(),
1200 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1222 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
1232 * Call {@link TextToSpeechService#onLoadLanguage} o
[all...]

Completed in 94 milliseconds