Searched refs:RecognizerIntent (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java34 public class RecognizerIntent { class
44 private RecognizerIntent() { method in class:RecognizerIntent
/frameworks/base/core/java/android/widget/
H A DSearchView.java38 import android.speech.RecognizerIntent;
313 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
315 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
316 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH);
318 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
1493 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null
1531 String languageModel = RecognizerIntent.LANGUAGE_MODEL_FREE_FORM;
1549 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, languageModel);
1550 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);
1551 voiceIntent.putExtra(RecognizerIntent
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java38 import android.speech.RecognizerIntent;
326 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
328 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
329 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH);
331 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
1433 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null
1471 String languageModel = RecognizerIntent.LANGUAGE_MODEL_FREE_FORM;
1489 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, languageModel);
1490 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);
1491 voiceIntent.putExtra(RecognizerIntent
[all...]
/frameworks/base/core/java/android/app/
H A DSearchDialog.java32 import android.speech.RecognizerIntent;
128 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
130 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
131 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH);
133 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java47 import android.speech.RecognizerIntent;
989 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH);
992 voiceIntent = new Intent(RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE);
993 voiceIntent.putExtra(RecognizerIntent.EXTRA_SECURE,
H A DAudioService.java69 import android.speech.RecognizerIntent;

Completed in 485 milliseconds