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.java145 public void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report) {
DCall.java199 default void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report) {}; in onBluetoothCallQualityReport() method
297 public void onBluetoothCallQualityReport(Call call, BluetoothCallQualityReport report) {} in onBluetoothCallQualityReport() method in Call.ListenerBase
3572 l.onBluetoothCallQualityReport(this, report); in notifyBluetoothCallQualityReport()