Home | History | Annotate | Download | only in phone

Lines Matching refs:sVoiceCommandIntent

136     private static Intent sVoiceCommandIntent;
236 if (sVoiceCommandIntent == null) {
237 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
238 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
240 if (mContext.getPackageManager().resolveActivity(sVoiceCommandIntent, 0) != null &&
2615 mContext.startActivity(sVoiceCommandIntent);