Searched refs:onReceivedCallQualityReport (Results 1 – 3 of 3) sorted by relevance
166 public void onReceivedCallQualityReport(Call call, CallQuality callQualityReport) {
202 default void onReceivedCallQualityReport(Call call, CallQuality callQuality) {}; in onReceivedCallQualityReport() method301 public void onReceivedCallQualityReport(Call call, CallQuality callQuality) {} in onReceivedCallQualityReport() method in Call.ListenerBase4404 l.onReceivedCallQualityReport(this, callQuality); in onConnectionEvent()
936 verify(listener).onReceivedCallQualityReport(call, quality); in testOnConnectionEventNotifiesListener()