Home | History | Annotate | Download | only in scoaudiotest

Lines Matching refs:mBluetoothHeadset

82     private BluetoothHeadset mBluetoothHeadset;
171 if (mBluetoothHeadset != null) {
174 btAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
236 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
238 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
240 mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
645 mBluetoothHeadset = (BluetoothHeadset) proxy;
646 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
655 if (mBluetoothHeadset != null) {
656 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();
660 mBluetoothHeadset = null;