Searched refs:callQualityReport (Results 1 – 1 of 1) sorted by relevance
165 public void onReceivedCallQualityReport(Call call, CallQuality callQualityReport) {166 handleCallQualityReport(call, callQualityReport);684 @NonNull CallQuality callQualityReport) { in handleCallQualityReport() argument687 mCallDiagnosticService.callQualityChanged(call.getId(), callQualityReport); in handleCallQualityReport() local