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

  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 76 private static Intent sVoiceCommandIntent;
162 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
163 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 135 private static Intent sVoiceCommandIntent;
235 if (sVoiceCommandIntent == null) {
236 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
237 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
239 if (mContext.getPackageManager().resolveActivity(sVoiceCommandIntent, 0) != null &&
    [all...]

Completed in 594 milliseconds