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;
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;
    [all...]
BluetoothHandsfree.java 93 private int mHeadsetType; // TYPE_UNKNOWN when not connected
214 mHeadsetType = TYPE_UNKNOWN; // nothing connected yet
550 if (mHeadset == null || mHeadsetType == TYPE_UNKNOWN) {
558 mHeadsetType = headsetType;
559 if (mHeadsetType == TYPE_HEADSET) {
598 mHeadsetType = TYPE_UNKNOWN;
758 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mIndicatorsEnabled
763 return isHeadsetConnected() && mHeadsetType == TYPE_HANDSFREE && mClip &&
770 if (mHeadsetType == TYPE_HANDSFREE) {
    [all...]

Completed in 39 milliseconds