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

/frameworks/base/core/java/android/speech/tts/
H A DAbstractSynthesisCallback.java16 package android.speech.tts;
H A DUtteranceProgressListener.java3 package android.speech.tts;
H A DPlaybackQueueItem.java3 package android.speech.tts;
5 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSilencePlaybackQueueItem.java16 package android.speech.tts;
19 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisCallback.java16 package android.speech.tts;
H A DAudioPlaybackQueueItem.java16 package android.speech.tts;
22 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DAudioPlaybackHandler.java16 package android.speech.tts;
H A DSynthesisRequest.java16 package android.speech.tts;
H A DEventLogger.java16 package android.speech.tts;
H A DFileSynthesisCallback.java16 package android.speech.tts;
H A DPlaybackSynthesisCallback.java16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DSynthesisPlaybackQueueItem.java16 package android.speech.tts;
18 import android.speech.tts.TextToSpeechService.UtteranceProgressDispatcher;
H A DBlockingAudioTrack.java3 package android.speech.tts;
H A DTtsEngines.java16 package android.speech.tts;
34 import android.speech.tts.TextToSpeech.Engine;
35 import android.speech.tts.TextToSpeech.EngineInfo;
156 * @return an intent that can launch the settings activity for a given tts engine.
188 private static final String XML_TAG_NAME = "tts-engine";
H A DTextToSpeech.java16 package android.speech.tts;
123 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
266 * <code>&lt;{@link android.R.styleable#TextToSpeechEngine tts-engine}&gt;</code>
269 public static final String SERVICE_META_DATA = "android.speech.tts";
283 "android.speech.tts.engine.INSTALL_TTS_DATA";
292 "android.speech.tts.engine.TTS_DATA_INSTALLED";
319 "android.speech.tts.engine.CHECK_TTS_DATA";
329 "android.speech.tts.engine.GET_SAMPLE_TEXT";
H A DTextToSpeechService.java16 package android.speech.tts;
32 import android.speech.tts.TextToSpeech.Engine;
/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 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__";

Completed in 1301 milliseconds