HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_RECOGNIZE_SPEECH (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 63 new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0);
85 Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 81 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH";
148 * {@link #ACTION_RECOGNIZE_SPEECH}. The recognizer uses this
150 * {@link #ACTION_RECOGNIZE_SPEECH} may interpret the values as they see fit.
194 * When the intent is {@link #ACTION_RECOGNIZE_SPEECH}, the speech input activity will
223 * {@link #ACTION_RECOGNIZE_SPEECH}. Returned in the results; not to be specified in the
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 282 Intent voiceIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
VoiceInput.java 471 Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
  /frameworks/base/core/java/android/app/
SearchDialog.java 161 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 268 milliseconds