Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DBluetoothHeadsetService.java665 public boolean startVoiceRecognition(BluetoothDevice device) {
673 return mBtHandsfree.startVoiceRecognition();
DBluetoothHandsfree.java2748 /* package */ synchronized boolean startVoiceRecognition() { in startVoiceRecognition() method in BluetoothHandsfree
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java384 mBluetoothHeadset.startVoiceRecognition(mBluetoothDevice); in updateBluetoothParameters()