Lines Matching full:mbluetoothheadset
157 private BluetoothHeadset mBluetoothHeadset;
226 mBluetoothHeadset = new BluetoothHeadset(this,
367 if (mBluetoothHeadset != null &&
368 mBluetoothHeadset.getState() == BluetoothHeadset.STATE_CONNECTED) {
369 mBluetoothHeadset.startVoiceRecognition();
880 if (mBluetoothHeadset != null) {
881 mBluetoothHeadset.stopVoiceRecognition();
882 mBluetoothHeadset.close();
883 mBluetoothHeadset = null;