Lines Matching refs:speech
35 import android.speech.tts.TextToSpeech;
45 * Manages alert audio and vibration and text-to-speech. Runs as a service so that
52 /** Action to start playing alert audio/vibration/speech. */
59 /** Extra for message body to speak (if speech enabled in settings). */
63 /** Extra for text-to-speech language (if speech enabled in settings). */
75 /** Pause duration between alert sound and alert speech. */
149 // Stop the alert sound and speech if the call state changes.
225 loge("exception trying to shutdown text-to-speech");
390 * Stops alert audio and speech.
423 loge("exception trying to stop text-to-speech");