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

  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 362 final Intent mVoiceIntent;
369 this.mVoiceIntent = null;
384 this.mVoiceIntent = intent;
386 this.mVoiceIntent = null;
393 return mVoiceIntent == null && (mUrl == null || mUrl.length() == 0);
Controller.java     [all...]

Completed in 316 milliseconds