HomeSort by relevance Sort by last modified time
    Searched refs:mHeadsetType (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 102 private int mHeadsetType;
108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
115 mHeadsetType = headsetType;
216 mRemoteHeadsets.get(info.mRemoteDevice).mHeadsetType = type;
443 mBtHandsfree.connectHeadset(headset, mRemoteHeadsets.get(device).mHeadsetType);
499 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
572 mRemoteHeadsets.get(device).mHeadsetType = type;
583 mRemoteHeadsets.get(device).mHeadsetType = type;
594 mRemoteHeadsets.get(device).mHeadsetType = type;
734 mBtHandsfree.connectHeadset(headset, cachedHeadset.mHeadsetType);
    [all...]
BluetoothHandsfree.java 78 private int mHeadsetType;
241 mHeadsetType = headsetType;
242 if (mHeadsetType == TYPE_HEADSET) {
419 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mIndicatorsEnabled;
423 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mClip;
    [all...]

Completed in 69 milliseconds