OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recognizerIntent
(Results
1 - 18
of
18
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
SearchFragment.java
24
import android.speech.
RecognizerIntent
;
614
* Sets the text of the search query based on the {@link
RecognizerIntent
#EXTRA_RESULTS} in
622
ArrayList<String> matches = intent.getStringArrayListExtra(
RecognizerIntent
.EXTRA_RESULTS);
630
* Built from the base {@link
RecognizerIntent
#ACTION_RECOGNIZE_SPEECH} plus
634
* <li>{@link
RecognizerIntent
#EXTRA_LANGUAGE_MODEL} set to
635
* {@link
RecognizerIntent
#LANGUAGE_MODEL_FREE_FORM}</li>
636
* <li>{@link
RecognizerIntent
#EXTRA_PARTIAL_RESULTS} set to true</li>
637
* <li>{@link
RecognizerIntent
#EXTRA_PROMPT} set to the search bar hint text</li>
644
Intent
recognizerIntent
= new Intent(
RecognizerIntent
.ACTION_RECOGNIZE_SPEECH)
[
all
...]
SearchSupportFragment.java
27
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/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java
30
import android.speech.
RecognizerIntent
;
639
Intent
recognizerIntent
= new Intent(
RecognizerIntent
.ACTION_RECOGNIZE_SPEECH);
641
recognizerIntent
.putExtra(
RecognizerIntent
.EXTRA_LANGUAGE_MODEL,
642
RecognizerIntent
.LANGUAGE_MODEL_FREE_FORM);
643
recognizerIntent
.putExtra(
RecognizerIntent
.EXTRA_PARTIAL_RESULTS, true);
764
mSpeechRecognizer.startListening(
recognizerIntent
);
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.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
/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 962 milliseconds