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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableCheckVoiceData.java17 package com.android.speech.tts;
22 import android.speech.tts.TextToSpeech;
H A DTtsEnginesTests.java1 package com.android.speech.tts;
3 import android.speech.tts.TtsEngines;
H A DMockableTextToSpeechService.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeechService;
H A DTextToSpeechTests.java17 package com.android.speech.tts;
19 import android.speech.tts.SynthesisCallback;
20 import android.speech.tts.SynthesisRequest;
21 import android.speech.tts.TextToSpeech;
24 import com.android.speech.tts.MockableTextToSpeechService.IDelegate;
36 private static final String MOCK_ENGINE = "com.android.speech.tts";
37 private static final String MOCK_PACKAGE = "com.android.speech.tts.__testpackage__";
/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java16 package android.speech.tts;
H A DPlaybackQueueItem.java3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
32 * {@link android.speech.tts.TextToSpeech} or
33 * {@link android.speech.tts.TextToSpeech#STOPPED}
H A DSilencePlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DEventLoggerV1.java16 package android.speech.tts;
H A DSynthesisCallback.java16 package android.speech.tts;
21 import android.speech.tts.TextToSpeech;
H A DUtteranceProgressListener.java3 package android.speech.tts;
H A DAbstractEventLogger.java16 package android.speech.tts;
H A DAudioPlaybackHandler.java16 package android.speech.tts;
H A DAudioPlaybackQueueItem.java16 package android.speech.tts;
23 import android.speech.tts.TextToSpeechService.AudioOutputParams;
24 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DFileSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DPlaybackSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.AudioOutputParams;
21 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.AudioOutputParams;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisRequest.java16 package android.speech.tts;
H A DBlockingAudioTrack.java3 package android.speech.tts;
7 import android.speech.tts.TextToSpeechService.AudioOutputParams;
H A DTtsEngines.java16 package android.speech.tts;
34 import android.speech.tts.TextToSpeech.Engine;
35 import android.speech.tts.TextToSpeech.EngineInfo;
195 * @return an intent that can launch the settings activity for a given tts engine.
227 private static final String XML_TAG_NAME = "tts-engine";
H A DVoice.java17 package android.speech.tts;
H A DTextToSpeechService.java16 package android.speech.tts;
36 import android.speech.tts.TextToSpeech.Engine;
231 * clients ({@link android.speech.tts.TextToSpeech}). Called on the synthesis
H A DTextToSpeech.java16 package android.speech.tts;
182 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
337 * <code>&lt;{@link android.R.styleable#TextToSpeechEngine tts-engine}&gt;</code>
340 public static final String SERVICE_META_DATA = "android.speech.tts";
354 "android.speech.tts.engine.INSTALL_TTS_DATA";
362 "android.speech.tts.engine.TTS_DATA_INSTALLED";
385 "android.speech.tts.engine.CHECK_TTS_DATA";
403 "android.speech.tts.engine.GET_SAMPLE_TEXT";

Completed in 3581 milliseconds