Searched refs:sVoiceCommandIntent (Results 1 – 1 of 1) sorted by relevance
157 private static Intent sVoiceCommandIntent; field in HeadsetStateMachine245 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()