Searched refs:bluetoothHeadset (Results 1 – 3 of 3) sorted by relevance
704 BluetoothHeadsetProxy bluetoothHeadset = mDeviceManager.getHeadsetService();710 if (bluetoothHeadset == null && bluetoothHearingAid == null) {715 if (bluetoothHeadset != null) {716 hfpAudioOnDevice = bluetoothHeadset.getActiveDevice();718 if (bluetoothHeadset.getAudioState(hfpAudioOnDevice)754 BluetoothHeadsetProxy bluetoothHeadset = mDeviceManager.getHeadsetService();755 if (bluetoothHeadset == null) {759 return bluetoothHeadset.isInbandRingingEnabled();
193 public void setHeadsetServiceForTesting(BluetoothHeadsetProxy bluetoothHeadset) { in setHeadsetServiceForTesting() argument194 mBluetoothHeadsetService = bluetoothHeadset; in setHeadsetServiceForTesting()
494 public void setBluetoothHeadset(BluetoothHeadsetProxy bluetoothHeadset) { in setBluetoothHeadset() argument495 mBluetoothHeadset = bluetoothHeadset; in setBluetoothHeadset()