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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java71 public abstract class TextToSpeechService extends Service { class in inherits:Service
74 private static final String TAG = "TextToSpeechService";
560 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
587 TextToSpeechService.this.onStop();
687 mPlayer = new BlockingMediaPlayer(TextToSpeechService.this, uri, getStreamType());

Completed in 68 milliseconds