Home
last modified time | relevance | path

Searched refs:RecognizerIntent (Results 1 – 20 of 20) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DSearchSupportFragment.java24 import android.speech.RecognizerIntent;
565 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS); in setSearchQuery()
587 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in getRecognizerIntent()
588 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in getRecognizerIntent()
589 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); in getRecognizerIntent()
590 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true); in getRecognizerIntent()
592 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, mSearchBar.getHint()); in getRecognizerIntent()
DSearchFragment.java22 import android.speech.RecognizerIntent;
563 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS); in setSearchQuery()
585 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in getRecognizerIntent()
586 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in getRecognizerIntent()
587 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); in getRecognizerIntent()
588 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true); in getRecognizerIntent()
590 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, mSearchBar.getHint()); in getRecognizerIntent()
/frameworks/base/core/java/android/speech/
DRecognizerIntent.java34 public class RecognizerIntent { class
44 private RecognizerIntent() { in RecognizerIntent() method in RecognizerIntent
/frameworks/base/core/java/android/widget/
DSearchView.java38 import android.speech.RecognizerIntent;
356 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
358 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in SearchView()
359 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH); in SearchView()
361 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SearchView()
1545 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceWebSearchIntent()
1583 String languageModel = RecognizerIntent.LANGUAGE_MODEL_FREE_FORM; in createVoiceAppSearchIntent()
1601 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, languageModel); in createVoiceAppSearchIntent()
1602 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
1603 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, language); in createVoiceAppSearchIntent()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java38 import android.speech.RecognizerIntent;
355 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchView()
357 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in SearchView()
358 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH); in SearchView()
360 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SearchView()
1450 voiceIntent.putExtra(RecognizerIntent.EXTRA_CALLING_PACKAGE, searchActivity == null ? null in createVoiceWebSearchIntent()
1489 String languageModel = RecognizerIntent.LANGUAGE_MODEL_FREE_FORM; in createVoiceAppSearchIntent()
1509 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, languageModel); in createVoiceAppSearchIntent()
1510 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt); in createVoiceAppSearchIntent()
1511 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, language); in createVoiceAppSearchIntent()
[all …]
/frameworks/base/core/java/android/app/
DSearchDialog.java32 import android.speech.RecognizerIntent;
128 mVoiceWebSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in SearchDialog()
130 mVoiceWebSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in SearchDialog()
131 RecognizerIntent.LANGUAGE_MODEL_WEB_SEARCH); in SearchDialog()
133 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SearchDialog()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DSearchBar.java28 import android.speech.RecognizerIntent;
560 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in startRecognition()
562 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, in startRecognition()
563 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM); in startRecognition()
564 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true); in startRecognition()
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd249 the {@link android.speech.RecognizerIntent#ACTION_RECOGNIZE_SPEECH} action. This starts the
257 Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
258 intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
259 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
271 RecognizerIntent.EXTRA_RESULTS);
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt159 NO DOC BLOCK: android.speech.RecognizerIntent Method getVoiceDetailsIntent(android.content.Context)
274 NO DOC BLOCK: android.speech.RecognizerIntent Field ACTION_GET_LANGUAGE_DETAILS
317 NO DOC BLOCK: android.speech.RecognizerIntent Field DETAILS_META_DATA
346 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_CALLING_PACKAGE
353 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_LANGUAGE_PREFERENCE
354 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE
355 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_PARTIAL_RESULTS
360 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_SPEECH_INPUT_COMPLETE_SILENCE_LENGTH_MILL…
361 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS
362 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LE…
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java56 import android.speech.RecognizerIntent;
979 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH); in startVoiceInput()
982 voiceIntent = new Intent(RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE); in startVoiceInput()
983 voiceIntent.putExtra(RecognizerIntent.EXTRA_SECURE, in startVoiceInput()
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd192 android.speech.RecognizerIntent RecognizerIntent}.</li>
Dandroid-1.5.jd247 android.speech.RecognizerIntent RecognizerIntent}.</li>
Dandroid-2.2.jd161 <li>New {@link android.speech.RecognizerIntent} extras that let a requester app specify details as …
/frameworks/base/media/java/android/media/
DMediaFocusControl.java49 import android.speech.RecognizerIntent;
1055 voiceIntent = new Intent(android.speech.RecognizerIntent.ACTION_WEB_SEARCH); in startVoiceBasedInteractions()
1058 voiceIntent = new Intent(RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE); in startVoiceBasedInteractions()
1059 voiceIntent.putExtra(RecognizerIntent.EXTRA_SECURE, in startVoiceBasedInteractions()
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd272 {@link android.speech.RecognizerIntent#EXTRA_LANGUAGE_MODEL} for more
288 query. Must be 1 or greater. Use {@link android.speech.RecognizerIntent#EXTRA_RESULTS} to
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java71 import android.speech.RecognizerIntent;
2594 voiceIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH); in interceptKeyBeforeDispatching()
2596 voiceIntent = new Intent(RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE); in interceptKeyBeforeDispatching()
2597 voiceIntent.putExtra(RecognizerIntent.EXTRA_SECURE, true); in interceptKeyBeforeDispatching()
4914 new Intent(RecognizerIntent.ACTION_VOICE_SEARCH_HANDS_FREE); in launchVoiceAssistWithWakeLock()
4915 voiceIntent.putExtra(RecognizerIntent.EXTRA_SECURE, keyguardActive); in launchVoiceAssistWithWakeLock()
/frameworks/base/docs/html/sdk/api_diff/16/
DmissingSinces.txt472 NO DOC BLOCK: android.speech.RecognizerIntent Field ACTION_VOICE_SEARCH_HANDS_FREE
494 NO DOC BLOCK: android.speech.RecognizerIntent Field EXTRA_SECURE
/frameworks/base/docs/html/
Dsitemap.txt3766 http://developer.android.com/reference/android/speech/RecognizerIntent.html
5002 http://developer.android.com/sdk/api_diff/11/changes/android.speech.RecognizerIntent.html
5347 http://developer.android.com/sdk/api_diff/16/changes/android.speech.RecognizerIntent.html
6206 http://developer.android.com/sdk/api_diff/14/changes/android.speech.RecognizerIntent.html
6600 http://developer.android.com/sdk/api_diff/8/changes/android.speech.RecognizerIntent.html
/frameworks/base/api/
Dsystem-current.txt28992 public class RecognizerIntent {
Dcurrent.txt27281 public class RecognizerIntent {