Searched defs:onSynthesizeText (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java58 * <li>{@link #onSynthesizeText}</li>
65 * {@link #onSynthesizeText} is central to the engine implementation. The
238 protected abstract void onSynthesizeText(SynthesisRequest request, method in class:TextToSpeechService
991 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableTextToSpeechService.java60 protected void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback) { method in class:MockableTextToSpeechService
61 sDelegate.onSynthesizeText(request, callback);
73 void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback); method in interface:MockableTextToSpeechService.IDelegate

Completed in 124 milliseconds