Home | History | Annotate | Download | only in phone

Lines Matching refs:mBluetoothHeadset

200     private BluetoothHeadset mBluetoothHeadset;
524 mBluetoothHeadset = (BluetoothHeadset) proxy;
525 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
530 mBluetoothHeadset = null;
988 if (mBluetoothHeadset != null) {
989 mAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mBluetoothHeadset);
990 mBluetoothHeadset = null;
4143 if (mBluetoothHeadset != null) {
4144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
4151 mBluetoothHeadset.getConnectionState(device));
4235 if (mBluetoothHeadset != null) {
4236 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
4242 + mBluetoothHeadset.getConnectionState(device));
4245 log("= mBluetoothHeadset is null");