Home
last modified time | relevance | path

Searched refs:sVoiceCommandIntent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java157 private static Intent sVoiceCommandIntent; field in HeadsetStateMachine
245 if (sVoiceCommandIntent == null) { in HeadsetStateMachine()
246 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND); in HeadsetStateMachine()
247 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in HeadsetStateMachine()
2196 mService.startActivity(sVoiceCommandIntent); in processVrEvent()