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/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 127 private static Intent sVoiceCommandIntent;
195 if (sVoiceCommandIntent == null) {
196 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
197 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    [all...]

Completed in 37 milliseconds