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;
39 private static final String MOCK_ENGINE = "com.android.speech.tts";
40 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 DEventLogger.java16 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 DSynthesisCallback.java16 package android.speech.tts;
69 * @return {@link android.speech.tts.TextToSpeech#SUCCESS}, {@link
70 * android.speech.tts.TextToSpeech#ERROR} or {@link android.speech.tts.TextToSpeech#STOPPED}.
88 * @return {@link android.speech.tts.TextToSpeech#SUCCESS}, {@link
89 * android.speech.tts.TextToSpeech#ERROR} or {@link android.speech.tts.TextToSpeech#STOPPED}.
102 * @return {@link android.speech.tts.TextToSpeech#SUCCESS}, {@link
103 * android.speech.tts.TextToSpeech#ERROR} or {@link android.speech.tts
[all...]
H A DUtteranceProgressListener.java3 package android.speech.tts;
H A DPlaybackSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.AudioOutputParams;
21 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 DFileSynthesisCallback.java16 package android.speech.tts;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.AudioOutputParams;
20 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
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 DTextToSpeech.java16 package android.speech.tts;
189 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
344 * <code>&lt;{@link android.R.styleable#TextToSpeechEngine tts-engine}&gt;</code>
347 public static final String SERVICE_META_DATA = "android.speech.tts";
361 "android.speech.tts.engine.INSTALL_TTS_DATA";
369 "android.speech.tts.engine.TTS_DATA_INSTALLED";
392 "android.speech.tts.engine.CHECK_TTS_DATA";
410 "android.speech.tts.engine.GET_SAMPLE_TEXT";
H A DTextToSpeechService.java16 package android.speech.tts;
36 import android.speech.tts.TextToSpeech.Engine;

Completed in 3487 milliseconds