Searched defs:sVoiceCommandIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java156 private static Intent sVoiceCommandIntent; field in class:HeadsetStateMachine
249 if (sVoiceCommandIntent == null) {
250 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND);
251 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
2147 mService.startActivity(sVoiceCommandIntent);

Completed in 42 milliseconds