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

  /frameworks/base/core/java/android/speech/
RecognizerIntent.java 250 Intent voiceSearchIntent = new Intent(ACTION_WEB_SEARCH);
252 voiceSearchIntent, PackageManager.GET_META_DATA);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 337 Intent voiceSearchIntent = getVoiceSearchIntent(context, corpus, widgetAppData);
338 state.setVoiceSearchIntent(voiceSearchIntent);
339 if (enableVoiceSearchHints && voiceSearchIntent != null
340 && RecognizerIntent.ACTION_WEB_SEARCH.equals(voiceSearchIntent.getAction())) {
545 public void setVoiceSearchIntent(Intent voiceSearchIntent) {
546 mVoiceSearchIntent = voiceSearchIntent;

Completed in 1395 milliseconds