Searched defs:mVoiceIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserActivity.java3935 final Intent mVoiceIntent; field in class:BrowserActivity.UrlData
3940 this.mVoiceIntent = null;
3948 this.mVoiceIntent = intent;
3950 this.mVoiceIntent = null;
3955 return mVoiceIntent == null && (mUrl == null || mUrl.length() == 0);
3963 if (mVoiceIntent != null) {
3964 t.activateVoiceSearchMode(mVoiceIntent);

Completed in 10 milliseconds