HomeSort by relevance Sort by last modified time
    Searched defs:recognizerIntent (Results 1 - 14 of 14) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 22 import android.speech.RecognizerIntent;
555 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
563 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
571 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
575 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
576 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
577 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
578 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
585 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
SearchSupportFragment.java 24 import android.speech.RecognizerIntent;
557 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
565 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
573 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
577 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
578 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
579 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
580 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
587 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 28 import android.speech.RecognizerIntent;
560 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
562 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
563 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
564 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true);
683 mSpeechRecognizer.startListening(recognizerIntent);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 512 milliseconds