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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java104 public abstract class TextToSpeechService extends Service { class in inherits:Service
107 private static final String TAG = "TextToSpeechService";
991 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
1026 TextToSpeechService.this.onStop();
1085 TextToSpeechService.this, uri, getAudioParams());
1148 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1170 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
1180 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1198 TextToSpeechService.this.onLoadVoice(mVoiceName);

Completed in 53 milliseconds