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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
SearchFragment.java 27 import android.speech.RecognizerIntent;
622 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
630 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
638 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
642 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
643 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
644 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
645 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
652 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
SearchSupportFragment.java 23 import android.speech.RecognizerIntent;
617 * Sets the text of the search query based on the {@link RecognizerIntent#EXTRA_RESULTS} in
625 ArrayList<String> matches = intent.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
633 * Built from the base {@link RecognizerIntent#ACTION_RECOGNIZE_SPEECH} plus
637 * <li>{@link RecognizerIntent#EXTRA_LANGUAGE_MODEL} set to
638 * {@link RecognizerIntent#LANGUAGE_MODEL_FREE_FORM}</li>
639 * <li>{@link RecognizerIntent#EXTRA_PARTIAL_RESULTS} set to true</li>
640 * <li>{@link RecognizerIntent#EXTRA_PROMPT} set to the search bar hint text</li>
647 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH)
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
SearchBar.java 30 import android.speech.RecognizerIntent;
627 Intent recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
629 recognizerIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
630 RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
631 recognizerIntent.putExtra(RecognizerIntent.EXTRA_PARTIAL_RESULTS, true);
752 mSpeechRecognizer.startListening(recognizerIntent);
  /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 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 213 milliseconds