Home | History | Annotate | Download | only in browser

Lines Matching refs:mVoiceIntent

3973         final Intent mVoiceIntent;
3978 this.mVoiceIntent = null;
3986 this.mVoiceIntent = intent;
3988 this.mVoiceIntent = null;
3993 return mVoiceIntent == null && (mUrl == null || mUrl.length() == 0);
4001 if (mVoiceIntent != null) {
4002 t.activateVoiceSearchMode(mVoiceIntent);