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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
H A DLatinIMEWithVoiceSettings.java17 package com.android.inputmethod.voice;
H A DLatinIMEWithVoice.java17 package com.android.inputmethod.voice;
H A DWaveformImage.java17 package com.android.inputmethod.voice;
H A DWhitelist.java17 package com.android.inputmethod.voice;
H A DEditingUtil.java17 package com.android.inputmethod.voice;
H A DSettingsUtil.java17 package com.android.inputmethod.voice;
30 * A whitespace-separated list of supported locales for voice input from the keyboard.
36 * A whitespace-separated list of recommended app packages for voice input from the
43 * The maximum number of unique days to show the swipe hint for voice input.
49 * The maximum number of times to show the punctuation hint for voice input.
55 * Endpointer parameters for voice input from the keyboard.
H A DFieldContext.java17 package com.android.inputmethod.voice;
H A DRecognitionView.java17 package com.android.inputmethod.voice;
50 * Displays a recognition dialog (with waveform, voice meter, etc.),
H A DVoiceInputLogger.java17 package com.android.inputmethod.voice;
25 * Provides the logging facility for voice input events. This fires broadcasts back to
26 * the voice search app which then logs on our behalf.
H A DVoiceInput.java17 package com.android.inputmethod.voice;
86 // but that's used for things like voice search. For dictation-like voice input like this,
260 * @return true if field is blacklisted for voice
267 * Used to decide whether to show voice input hints for this field, etc.
269 * @return true if field is recommended for voice
281 * @param swipe whether this voice input was started by swipe, for logging purposes
484 // Remove all pending tasks (e.g., timers to cancel voice input)
494 // We use CLIENT_ERROR to signify that voice search is not available on the device.

Completed in 28 milliseconds