Searched refs:qualityReport (Results 1 – 3 of 3) sorted by relevance
106 public void receiveBluetoothCallQualityReport(BluetoothCallQualityReport qualityReport) in receiveBluetoothCallQualityReport() argument108 handleBluetoothCallQualityReport(qualityReport); in receiveBluetoothCallQualityReport()248 @NonNull BluetoothCallQualityReport qualityReport); in onBluetoothCallQualityReportReceived()387 qualityReport) { in handleBluetoothCallQualityReport()388 Log.i(this, "handleBluetoothCallQualityReport; report=%s", qualityReport); in handleBluetoothCallQualityReport()389 getExecutor().execute(() -> onBluetoothCallQualityReportReceived(qualityReport)); in handleBluetoothCallQualityReport()
89 @NonNull BluetoothCallQualityReport qualityReport) { in onBluetoothCallQualityReportReceived()90 Log.i(this, "onBluetoothCallQualityReportReceived %s", qualityReport); in onBluetoothCallQualityReportReceived()
39 void receiveBluetoothCallQualityReport(in BluetoothCallQualityReport qualityReport); in receiveBluetoothCallQualityReport() argument