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 156 private static Intent sVoiceCommandIntent;
241 if (sVoiceCommandIntent == null) {
242 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
243 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
    [all...]

Completed in 172 milliseconds