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;
86 if (!"voice-interaction-service".equals(nodeName)) {
87 mParseError = "Meta-data does not start with voice-interaction-service tag";
115 mParseError = "Error parsing voice interation service meta-data: " + e;
116 Log.w(TAG, "error parsing voice interaction service meta-data", e);
119 mParseError = "Error parsing voice interation service meta-data: " + e;
120 Log.w(TAG, "error parsing voice interaction service meta-data", e);
123 mParseError = "Error parsing voice interation service meta-data: " + e;
124 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;
330 * @param voiceInteractionService The current voice interaction service.
H A DVoiceInteractionSession.java17 package android.service.voice;
67 * An active voice interaction session, providing a facility for the implementation
68 * to interact with the user in the voice interaction layer. The user interface is
72 * <p>A voice interaction session can be self-contained, ultimately calling {@link #finish}
73 * when done. It can also initiate voice interactions with applications by calling
283 * Base class representing a request from a voice-driver app to perform a particular
284 * voice operation with the user. See related subclasses for the types of requests
434 * @deprecated Prefer {@link #getVoicePrompt()} which allows multiple voice prompts.
442 * Report that the voice interactor has confirmed the operation with the user, resulting
493 * @deprecated Prefer {@link #getVoicePrompt()} which allows multiple voice prompt
[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
1626 setVoice(final Voice voice) argument
[all...]

Completed in 75 milliseconds