Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:mBluetoothHeadset

166     private BluetoothHeadset mBluetoothHeadset;
384 mBluetoothHeadset.startVoiceRecognition(mBluetoothDevice);
419 mBluetoothHeadset = (BluetoothHeadset) proxy;
421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
425 int state = mBluetoothHeadset.getConnectionState(mBluetoothDevice);
438 mBluetoothHeadset = null;
1118 if (mBluetoothHeadset != null) {
1119 mBluetoothHeadset.stopVoiceRecognition(mBluetoothDevice);
1120 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
1121 mBluetoothHeadset = null;