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 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 &&
    [all...]

Completed in 569 milliseconds