Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallDiagnosticServiceController.java144 public void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report) {
DCall.java164 void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report); in onBluetoothCallQualityReport() method
257 public void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report) {} in onBluetoothCallQualityReport() method in Call.ListenerBase
3083 l.onBluetoothCallQualityReport(this, report); in notifyBluetoothCallQualityReport()