Home
last modified time | relevance | path

Searched refs:bluetoothInCallService (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java164 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in answerCall() local
165 if (bluetoothInCallService != null) { in answerCall()
167 bluetoothInCallService.answerCall(); in answerCall()
190 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in hangupCall() local
191 if (bluetoothInCallService != null) { in hangupCall()
192 bluetoothInCallService.hangupCall(); in hangupCall()
212 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in sendDtmf() local
213 if (bluetoothInCallService != null) { in sendDtmf()
214 return bluetoothInCallService.sendDtmf(dtmf); in sendDtmf()
229 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in processChld() local
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java794 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback() local
797 if (bluetoothInCallService == null) { in linkQualityReportCallback()
806 bluetoothInCallService.sendBluetoothCallQualityReport( in linkQualityReportCallback()