Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallDiagnosticServiceController.java165 public void onReceivedCallQualityReport(Call call, CallQuality callQualityReport) {
H A DCall.java167 void onReceivedCallQualityReport(Call call, CallQuality callQuality); in onReceivedCallQualityReport() method
262 public void onReceivedCallQualityReport(Call call, CallQuality callQuality) {} in onReceivedCallQualityReport() method in Call.ListenerBase
3843 l.onReceivedCallQualityReport(this, callQuality); in onConnectionEvent()