Home
last modified time | relevance | path

Searched refs:speak (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/policy/
DEnableAccessibilityController.java70 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
74 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
79 mTts.speak(mContext.getString(R.string.accessibility_enabled),
/frameworks/base/core/java/android/speech/tts/
DITextToSpeechService.aidl42 int speak(in IBinder callingInstance, in CharSequence text, in int queueMode, in Bundle params, in speak() method
DTextToSpeech.java1094 public int speak(final CharSequence text, in speak() method in TextToSpeech
1106 return service.speak(getCallerIdentity(), text, queueMode, getParams(params), in speak()
1141 public int speak(final String text, final int queueMode, final HashMap<String, String> params) {
1142 return speak(text, queueMode, convertParamsHashMaptoBundle(params),
DTextToSpeechService.java1224 public int speak(IBinder caller, CharSequence text, int queueMode, Bundle params,
/frameworks/base/docs/html/training/accessibility/
Dindex.jd51 use a text-to-speech engine to speak to the user.</dd>
Dservice.jd196 // Do something nifty with this text, like speak the composed string
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java190 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null); in blockingCallSpeak()
/frameworks/base/docs/html/design/wear/
Dindex.jd50 …swer proactively through the context stream, the cue card allows users to speak to Google. The cue…
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd158 It allows any Android application to "speak" a string of text with an accent that matches the langu…
Dandroid-4.0.3.jd211 indicates whether the user requests the IME to speak text entered in password fields, even when
Dandroid-4.0-highlights.jd236 want, using the language they want. Users can <strong>speak continously</strong> for a prolonged
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java622 mTts.speak(mSpeakText.getText().toString(),
/frameworks/base/docs/html/design/patterns/
Daccessibility.jd81 <p>Also, keep in mind that when users have large fonts enabled or speak a different language than y…
Dnotifications_k.jd250 <p>While well behaved apps generally only speak when spoken to, there are some
Dnotifications.jd635 <p>While well-behaved apps generally only speak when spoken to, a few cases
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd44 <p>When users speak the voice action, your app can filter for the intent that is fired to start
/frameworks/base/docs/html/distribute/users/
Dexpand-to-new-markets.jd315 to speak to the local audience. This includes images, colors, icons, and
/frameworks/base/docs/html/training/wearables/data-layer/
Dmessages.jd51 transcription. Users can speak into their wearable device's microphone, and have a transcription
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd157 android.view.View#announceForAccessibility} method to have accessibility services speak this
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd248 prompts the user to speak, transcribes the spoken text, and forwards the resulting
/frameworks/base/docs/html/guide/topics/resources/
Dlocalization.jd161 speak. </p>
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt27 When we speak of free software, we are referring to freedom of use,
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd736 your app should allow users to control audio content playback with voice actions. When users speak
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt977 NO DOC BLOCK: android.speech.tts.TextToSpeech Method speak(java.lang.CharSequence, int, android.os.…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27412 method public int speak(java.lang.CharSequence, int, android.os.Bundle, java.lang.String);
27413 …method public deprecated int speak(java.lang.String, int, java.util.HashMap<java.lang.String, java…

12