Home
last modified time | relevance | path

Searched defs:callQuality (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallDiagnosticService.java65 public void onCallQualityReceived(@NonNull CallQuality callQuality) { in onCallQualityReceived()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java167 void onReceivedCallQualityReport(Call call, CallQuality callQuality); in onReceivedCallQualityReport()
262 public void onReceivedCallQualityReport(Call call, CallQuality callQuality) {} in onReceivedCallQualityReport()
3845 CallQuality callQuality = extras.getParcelable(Connection.EXTRA_CALL_QUALITY_REPORT); in onConnectionEvent() local