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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableSource.java 283 Intent voiceIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
284 voiceIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
298 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, languageModel);
299 voiceIntent.putExtra(RecognizerIntent.EXTRA_PROMPT, prompt);
300 voiceIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, language);
301 voiceIntent.putExtra(RecognizerIntent.EXTRA_MAX_RESULTS, maxResults);
302 voiceIntent.putExtra(EXTRA_CALLING_PACKAGE,
306 voiceIntent.putExtra(RecognizerIntent.EXTRA_RESULTS_PENDINGINTENT, pending);
307 voiceIntent.putExtra(RecognizerIntent.EXTRA_RESULTS_PENDINGINTENT_BUNDLE, queryExtras);
309 return voiceIntent;
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]

Completed in 158 milliseconds