Searched refs:mBluetoothHeadset (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothHeadsetProxy.java | 33 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 …]
|
D | BluetoothPhoneServiceImpl.java | 422 mBluetoothHeadset = null; 450 private BluetoothHeadsetProxy mBluetoothHeadset; field in BluetoothPhoneServiceImpl 495 mBluetoothHeadset = bluetoothHeadset; in setBluetoothHeadset() 665 if (mBluetoothHeadset != null) { in sendClccForCall() 666 mBluetoothHeadset.clccResponse( in sendClccForCall() 673 if (mBluetoothHeadset != null) { in sendClccEndMarker() 674 mBluetoothHeadset.clccResponse(0 /* index */, 0, 0, 0, false, null, 0); in sendClccEndMarker() 763 if (mBluetoothHeadset != null && in updateHeadsetWithCallState() 803 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState() 826 mBluetoothHeadset.phoneStateChanged( in updateHeadsetWithCallState()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CallNotifier.java | 77 private BluetoothHeadset mBluetoothHeadset; field in CallNotifier 395 if (mBluetoothHeadset != null) { in run() 485 return mBluetoothHeadset.getConnectedDevices().size() > 0; in isBluetoothAudioOn() 762 mBluetoothHeadset = (BluetoothHeadset) proxy; 763 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset); 767 mBluetoothHeadset = null;
|