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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java 22 import android.speech.RecognizerIntent;
575 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
583 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
591 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
595 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
596 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
597 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
598 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
605 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
SearchSupportFragment.java 24 import android.speech.RecognizerIntent;
577 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
585 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
593 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
597 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
598 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
599 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
600 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
607 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 30 import android.speech.RecognizerIntent;
618 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
620 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
621 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
622 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true);
741 mSpeechRecognizer.startListening(recognizerIntent);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/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/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 132 milliseconds