/frameworks/base/services/core/java/com/android/server/policy/ |
D | EnableAccessibilityController.java | 70 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/ |
D | ITextToSpeechService.aidl | 42 int speak(in IBinder callingInstance, in CharSequence text, in int queueMode, in Bundle params, in speak() method
|
D | TextToSpeech.java | 1094 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),
|
D | TextToSpeechService.java | 1224 public int speak(IBinder caller, CharSequence text, int queueMode, Bundle params,
|
/frameworks/base/docs/html/training/accessibility/ |
D | index.jd | 51 use a text-to-speech engine to speak to the user.</dd>
|
D | service.jd | 196 // Do something nifty with this text, like speak the composed string
|
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/ |
D | TextToSpeechTests.java | 190 mTts.speak(speech, TextToSpeech.QUEUE_ADD, null); in blockingCallSpeak()
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 50 …swer proactively through the context stream, the cue card allows users to speak to Google. The cue…
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 158 It allows any Android application to "speak" a string of text with an accent that matches the langu…
|
D | android-4.0.3.jd | 211 indicates whether the user requests the IME to speak text entered in password fields, even when
|
D | android-4.0-highlights.jd | 236 want, using the language they want. Users can <strong>speak continously</strong> for a prolonged
|
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
D | ScoAudioTest.java | 622 mTts.speak(mSpeakText.getText().toString(),
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 81 <p>Also, keep in mind that when users have large fonts enabled or speak a different language than y…
|
D | notifications_k.jd | 250 <p>While well behaved apps generally only speak when spoken to, there are some
|
D | notifications.jd | 635 <p>While well-behaved apps generally only speak when spoken to, a few cases
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | voice.jd | 44 <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/ |
D | expand-to-new-markets.jd | 315 to speak to the local audience. This includes images, colors, icons, and
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 51 transcription. Users can speak into their wearable device's microphone, and have a transcription
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 157 android.view.View#announceForAccessibility} method to have accessibility services speak this
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 248 prompts the user to speak, transcribes the spoken text, and forwards the resulting
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | localization.jd | 161 speak. </p>
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 27 When we speak of free software, we are referring to freedom of use,
|
/frameworks/base/docs/html/training/auto/audio/ |
D | index.jd | 736 your app should allow users to control audio content playback with voice actions. When users speak
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 977 NO DOC BLOCK: android.speech.tts.TextToSpeech Method speak(java.lang.CharSequence, int, android.os.…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27412 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…
|