HomeSort by relevance Sort by last modified time
    Searched refs:speech (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /frameworks/base/core/java/android/speech/
RecognitionService.java 17 package android.speech;
36 * extended only in case you wish to implement a new speech recognizer. Please note that the
44 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
51 public static final String SERVICE_META_DATA = "android.speech";
191 * Notifies the service that it should start listening for speech.
201 * Notifies the service that it should cancel the speech recognition.
206 * Notifies the service that it should stop listening for speech. Speech captured so far should
227 * This class receives callbacks from the speech recognition service and forwards them to the
282 * depending on the speech recognition service implementation
    [all...]
SpeechRecognizer.java 17 package android.speech;
39 * This class provides access to the speech recognition service. This service allows access to the
40 * speech recognizer. Do not instantiate this class directly, instead, call
44 * <p>The implementation of this API is likely to stream audio to remote servers to perform speech
73 * Confidence values close to 1.0 indicate high confidence (the speech recognizer is confident
95 /** No speech input */
189 * Checks whether a speech recognition service is available on the system. If this method
254 * Starts listening for speech. Please note that
299 * Stops listening for speech. Speech captured so far will be recognized as if the user ha
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
CrossProfileIntentFiltersHelper.java 24 import static android.speech.RecognizerIntent.ACTION_RECOGNIZE_SPEECH;
  /packages/apps/Settings/src/com/android/settings/applications/
DefaultAssistPreference.java 28 import android.speech.RecognitionService;
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java 24 import android.speech.tts.TextToSpeech.EngineInfo;
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 31 import android.speech.RecognitionService;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchViewController.java 27 import android.speech.RecognizerIntent;
293 // Some devices do not support the voice-to-speech functionality.
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 35 import android.speech.tts.TextToSpeech;
36 import android.speech.tts.TextToSpeech.OnUtteranceCompletedListener;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 22 import android.speech.RecognizerIntent;
23 import android.speech.SpeechRecognizer;
55 * {@link #setSpeechRecognitionCallback(SpeechRecognitionCallback)}, an internal speech
58 * the device version is >= 23, a permission dialog will show first time using speech recognition.
62 * Speech recognition is automatically started when fragment is created, but
423 * Starts speech recognition. Typical use case is that
425 * Note that SearchFragment automatically starts speech recognition
539 * Sets this callback to have the fragment pass speech recognition requests
579 * @param intent Intent received from a speech recognition service.
590 * Returns an intent that can be used to request speech recognition
    [all...]
SearchSupportFragment.java 24 import android.speech.RecognizerIntent;
25 import android.speech.SpeechRecognizer;
57 * {@link #setSpeechRecognitionCallback(SpeechRecognitionCallback)}, an internal speech
60 * the device version is >= 23, a permission dialog will show first time using speech recognition.
64 * Speech recognition is automatically started when fragment is created, but
425 * Starts speech recognition. Typical use case is that
427 * Note that SearchSupportFragment automatically starts speech recognition
541 * Sets this callback to have the fragment pass speech recognition requests
581 * @param intent Intent received from a speech recognition service.
592 * Returns an intent that can be used to request speech recognition
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
EnableAccessibilityController.java 36 import android.speech.tts.TextToSpeech;
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 34 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. */
55 /** Extra for message body to speak (if speech enabled in settings). */
59 /** Extra for text-to-speech preferred language (if speech enabled in settings). */
63 /** Extra for text-to-speech default language when preferred language is
64 not available (if speech enabled in settings). */
82 /** Pause duration between alert sound and alert speech. */
175 // Stop the alert sound and speech if the call state changes
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 39 import android.speech.RecognizerIntent;
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 32 import android.speech.tts.TextToSpeech;
129 // Speech related constants.
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 16 package android.speech.tts;
36 import android.speech.tts.TextToSpeech.Engine;
199 * Notifies the engine that it should load a speech synthesis language. There is no guarantee
221 * Notifies the service that it should stop any in-progress speech synthesis.
222 * This method can be called even if no speech synthesis is currently in progress.
229 * Tells the service to synthesize speech from the given text. This method
231 * clients ({@link android.speech.tts.TextToSpeech}). Called on the synthesis
348 * Notifies the engine that it should load a speech synthesis voice. There is no guarantee
526 // Don't process any more speech items
528 // Stop the current speech ite
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java 57 import android.speech.RecognizerIntent;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 172 frame_type = encoded_info.speech ? kAudioFrameSpeech : kAudioFrameCN;
206 // We have no speech encoder, but we have a specification for making one.
  /frameworks/base/
compiled-classes-phone     [all...]
Android.mk 47 core/java/android/speech/tts/EventLogTags.logtags \
301 core/java/android/speech/IRecognitionListener.aidl \
302 core/java/android/speech/IRecognitionService.aidl \
303 core/java/android/speech/tts/ITextToSpeechCallback.aidl \
304 core/java/android/speech/tts/ITextToSpeechService.aidl \
    [all...]
  /frameworks/base/core/java/android/app/
SearchDialog.java 32 import android.speech.RecognizerIntent;
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 54 import android.speech.RecognitionService;
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 38 import android.speech.tts.TtsEngines;
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 631 milliseconds

1 2 3 45 6