Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothHandsfree.java136 private static Intent sVoiceCommandIntent; field in BluetoothHandsfree
236 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()