Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallDiagnosticServiceController.java166 public void onReceivedCallQualityReport(Call call, CallQuality callQualityReport) {
DCall.java202 default void onReceivedCallQualityReport(Call call, CallQuality callQuality) {}; in onReceivedCallQualityReport() method
301 public void onReceivedCallQualityReport(Call call, CallQuality callQuality) {} in onReceivedCallQualityReport() method in Call.ListenerBase
4404 l.onReceivedCallQualityReport(this, callQuality); in onConnectionEvent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallTest.java936 verify(listener).onReceivedCallQualityReport(call, quality); in testOnConnectionEventNotifiesListener()