Searched refs:mHeadsetType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java102 private int mHeadsetType; field in class:BluetoothHeadsetService.BluetoothRemoteHeadset
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);
[all...]
H A DBluetoothHandsfree.java92 private int mHeadsetType; // TYPE_UNKNOWN when not connected field in class:BluetoothHandsfree
213 mHeadsetType = TYPE_UNKNOWN; // nothing connected yet
549 if (mHeadset == null || mHeadsetType == TYPE_UNKNOWN) {
557 mHeadsetType = headsetType;
558 if (mHeadsetType == TYPE_HEADSET) {
597 mHeadsetType = TYPE_UNKNOWN;
757 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mIndicatorsEnabled
762 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mClip &&
769 if (mHeadsetType == TYPE_HANDSFREE) {
1535 if (mHeadsetType
[all...]

Completed in 49 milliseconds