Home | History | Annotate | Download | only in phone

Lines Matching refs:mHeadsetType

102        private int mHeadsetType;
108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
116 mHeadsetType = headsetType;
228 mRemoteHeadsets.get(info.mRemoteDevice).mHeadsetType = type;
445 mBtHandsfree.connectHeadset(headset, mRemoteHeadsets.get(device).mHeadsetType);
485 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
550 mRemoteHeadsets.get(device).mHeadsetType = type;
565 mRemoteHeadsets.get(device).mHeadsetType = type;
579 mRemoteHeadsets.get(device).mHeadsetType = type;
793 mBtHandsfree.connectHeadset(headset, cachedHeadset.mHeadsetType);
860 if (remoteHeadset.mHeadsetType == BluetoothHandsfree.TYPE_HANDSFREE) {