Searched defs:voice (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java17 package android.service.voice;
84 if (!"voice-interaction-service".equals(nodeName)) {
85 mParseError = "Meta-data does not start with voice-interaction-service tag";
108 mParseError = "Error parsing voice interation service meta-data: " + e;
109 Log.w(TAG, "error parsing voice interaction service meta-data", e);
112 mParseError = "Error parsing voice interation service meta-data: " + e;
113 Log.w(TAG, "error parsing voice interaction service meta-data", e);
116 mParseError = "Error parsing voice interation service meta-data: " + e;
117 Log.w(TAG, "error parsing voice interaction service meta-data", e);
H A DVoiceInteractionSessionService.java17 package android.service.voice;
33 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
H A DVoiceInteractionService.java17 package android.service.voice;
42 * Top-level service of the current global voice interactor, which is providing
50 * in the associated {@link android.service.voice.VoiceInteractionSessionService}
62 "android.service.voice.VoiceInteractionService";
68 * android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</code> tag.
135 * Initiate the execution of a new {@link android.service.voice.VoiceInteractionSession}.
166 * {@link #createAlwaysOnHotwordDetector(String, Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)}
180 // This helps with cases where the voice interaction implementation is changed
H A DAlwaysOnHotwordDetector.java17 package android.service.voice;
330 * @param voiceInteractionService The current voice interaction service.
H A DVoiceInteractionSession.java17 package android.service.voice;
540 * Ask that a new activity be started for voice interaction. This will create a
541 * new dedicated task in the activity manager for this voice interaction session;
546 * a layer under the voice interaction UI.</p>
548 * <p>As the voice activity runs, it can retrieve a {@link android.app.VoiceInteractor}
549 * through which it can perform voice interactions through your session. These requests
550 * for voice interactions will appear as callbacks on {@link #onGetSupportedCommands},
556 * @param intent The Intent to start this voice interaction. The given Intent will
558 * this is part of a voice interaction.
739 * the completion of a voice actio
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java109 * Denotes a failure caused by an unfinished download of the voice data.
365 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
368 * unavailable voices (ones that user can install). The format of each voice is:
397 * the TextToSpeech engine returns an String with sample text for requested voice
406 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
414 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
454 * caller indicates to the TextToSpeech engine which specific sets of voice data to
456 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
459 * @deprecated Redundant functionality, checking for existence of specific sets of voice
579 * ({@link TextToSpeech#getVoices()}, find a suitable network voice
1605 setVoice(final Voice voice) argument
[all...]

Completed in 284 milliseconds