Searched refs:sVoiceCommandIntent (Results 1 – 1 of 1) sorted by relevance
136 private static Intent sVoiceCommandIntent; field in BluetoothHandsfree236 if (sVoiceCommandIntent == null) { in BluetoothHandsfree()237 sVoiceCommandIntent = new Intent(Intent.ACTION_VOICE_COMMAND); in BluetoothHandsfree()238 sVoiceCommandIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in BluetoothHandsfree()240 if (mContext.getPackageManager().resolveActivity(sVoiceCommandIntent, 0) != null && in BluetoothHandsfree()2615 mContext.startActivity(sVoiceCommandIntent); in initializeHandsfreeAtParser()