Searched refs:bluetoothInCallService (Results 1 – 2 of 2) sorted by relevance
164 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in answerCall() local165 if (bluetoothInCallService != null) { in answerCall()167 bluetoothInCallService.answerCall(); in answerCall()190 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in hangupCall() local191 if (bluetoothInCallService != null) { in hangupCall()192 bluetoothInCallService.hangupCall(); in hangupCall()212 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in sendDtmf() local213 if (bluetoothInCallService != null) { in sendDtmf()214 return bluetoothInCallService.sendDtmf(dtmf); in sendDtmf()229 BluetoothInCallService bluetoothInCallService = getBluetoothInCallServiceInstance(); in processChld() local[all …]
794 BluetoothInCallService bluetoothInCallService = BluetoothInCallService.getInstance(); in linkQualityReportCallback() local797 if (bluetoothInCallService == null) { in linkQualityReportCallback()806 bluetoothInCallService.sendBluetoothCallQualityReport( in linkQualityReportCallback()