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

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionManagerInternal.java17 package android.service.voice;
30 * Start a new voice interaction session when requested from within an activity
38 * Returns whether the currently selected voice interaction service supports local voice
H A DVoiceInteractionServiceInfo.java17 package android.service.voice;
107 if (!"voice-interaction-service".equals(nodeName)) {
108 mParseError = "Meta-data does not start with voice-interaction-service tag";
138 mParseError = "Error parsing voice interation service meta-data: " + e;
139 Log.w(TAG, "error parsing voice interaction service meta-data", e);
142 mParseError = "Error parsing voice interation service meta-data: " + e;
143 Log.w(TAG, "error parsing voice interaction service meta-data", e);
146 mParseError = "Error parsing voice interation service meta-data: " + e;
147 Log.w(TAG, "error parsing voice interaction service meta-data", e);
H A DVoiceInteractionSessionService.java17 package android.service.voice;
37 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
H A DVoiceInteractionService.java17 package android.service.voice;
41 * Top-level service of the current global voice interactor, which is providing
45 * in the background to instigate voice interactions.
49 * in the associated {@link android.service.voice.VoiceInteractionSessionService} when
50 * an actual voice interaction is taking place, and that service should run in a
62 "android.service.voice.VoiceInteractionService";
68 * android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</code> tag.
126 * Called when a user has activated an affordance to launch voice assist from the Keyguard.
181 * Request that the associated {@link android.service.voice.VoiceInteractionSession} be
234 // This helps with cases where the voice interactio
[all...]
H A DAlwaysOnHotwordDetector.java17 package android.service.voice;
329 * @param voiceInteractionService The current voice interaction service.
H A DVoiceInteractionSession.java17 package android.service.voice;
68 * An active voice interaction session, providing a facility for the implementation
69 * to interact with the user in the voice interaction layer. The user interface is
73 * <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
74 * when done. It can also initiate voice interactions with applications by calling
106 * Flag for use with {@link #onShow}: indicates that an Activity has invoked the voice
295 * Base class representing a request from a voice-driver app to perform a particular
296 * voice operation with the user. See related subclasses for the types of requests
446 * @deprecated Prefer {@link #getVoicePrompt()} which allows multiple voice prompts.
455 * Report that the voice interacto
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java126 * Denotes a failure caused by an unfinished download of the voice data.
382 * available voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and
385 * unavailable voices (ones that user can install). The format of each voice is:
414 * the TextToSpeech engine returns an String with sample text for requested voice
423 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
431 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
471 * caller indicates to the TextToSpeech engine which specific sets of voice data to
473 * The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
476 * @deprecated Redundant functionality, checking for existence of specific sets of voice
596 * {@link TextToSpeech#getVoices()}, find a suitable network voice
1643 setVoice(final Voice voice) argument
[all...]

Completed in 715 milliseconds