Home
last modified time | relevance | path

Searched refs:mBluetoothHeadset (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothHeadsetProxy.java33 private BluetoothHeadset mBluetoothHeadset; field in BluetoothHeadsetProxy
36 mBluetoothHeadset = headset; in BluetoothHeadsetProxy()
42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type); in clccResponse()
48 mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type, in phoneStateChanged()
53 return mBluetoothHeadset.getConnectedDevices(); in getConnectedDevices()
57 return mBluetoothHeadset.getConnectionState(device); in getConnectionState()
61 return mBluetoothHeadset.getAudioState(device); in getAudioState()
65 return mBluetoothHeadset.connectAudio(); in connectAudio()
69 return mBluetoothHeadset.setActiveDevice(device); in setActiveDevice()
73 return mBluetoothHeadset.getActiveDevice(); in getActiveDevice()
[all …]
DBluetoothPhoneServiceImpl.java418 mBluetoothHeadset = null;
446 private BluetoothHeadsetProxy mBluetoothHeadset; field in BluetoothPhoneServiceImpl
491 mBluetoothHeadset = bluetoothHeadset; in setBluetoothHeadset()
661 if (mBluetoothHeadset != null) { in sendClccForCall()
662 mBluetoothHeadset.clccResponse( in sendClccForCall()
669 if (mBluetoothHeadset != null) { in sendClccEndMarker()
670 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); in sendClccEndMarker()
759 if (mBluetoothHeadset != null && in updateHeadsetWithCallState()
799 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState()
822 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState()
/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java76 private BluetoothHeadset mBluetoothHeadset; field in CallNotifier
394 if (mBluetoothHeadset != null) { in run()
395 stream = mBluetoothHeadset.isAudioOn() ? AudioManager.STREAM_BLUETOOTH_SCO: in run()
755 mBluetoothHeadset = (BluetoothHeadset) proxy;
756 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
760 mBluetoothHeadset = null;