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 92 private int mHeadsetType; // TYPE_UNKNOWN when not connected
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) {
    [all...]

Completed in 413 milliseconds