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

  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 75 private Intent mVoiceSearchIntent;
117 mVoiceSearchIntent = new Intent(RecognizerIntent.ACTION_WEB_SEARCH);
118 mVoiceSearchIntent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
124 mVoiceSearchIntent.putExtra("android.speech.extras.SEND_APPLICATION_ID_EXTRA", false);
126 ResolveInfo ri = pm.resolveActivity(mVoiceSearchIntent,
129 mVoiceSearchIntent = null;
218 mBrowserActivity.startActivity(mVoiceSearchIntent);
275 mInVoiceMode = inVoiceMode && mVoiceSearchIntent != null;
Tab.java 233 mVoiceSearchData.mVoiceSearchIntent = new Intent(intent);
253 if (mVoiceSearchData.mVoiceSearchIntent != null) {
256 Intent latest = new Intent(mVoiceSearchData.mVoiceSearchIntent);
258 mVoiceSearchData.mVoiceSearchIntent = latest;
366 public Intent mVoiceSearchIntent;
    [all...]

Completed in 16 milliseconds