Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCallQualityMetrics.java19 import static com.android.internal.telephony.metrics.TelephonyMetrics.toCallQualityProto;
274 toCallQualityProto(mWorstSsWithGoodDlQuality.first); in getCallQualitySummaryDl()
279 toCallQualityProto(mBestSsWithGoodDlQuality.first); in getCallQualitySummaryDl()
284 toCallQualityProto(mWorstSsWithBadDlQuality.first); in getCallQualitySummaryDl()
289 toCallQualityProto(mBestSsWithBadDlQuality.first); in getCallQualitySummaryDl()
292 summary.snapshotOfEnd = toCallQualityProto(mLastCallQuality); in getCallQualitySummaryDl()
312 toCallQualityProto(mWorstSsWithGoodUlQuality.first); in getCallQualitySummaryUl()
317 toCallQualityProto(mBestSsWithGoodUlQuality.first); in getCallQualitySummaryUl()
322 toCallQualityProto(mWorstSsWithBadUlQuality.first); in getCallQualitySummaryUl()
327 toCallQualityProto(mBestSsWithBadUlQuality.first); in getCallQualitySummaryUl()
[all …]
DTelephonyMetrics.java2037 public static TelephonyCallSession.Event.CallQuality toCallQualityProto( in toCallQualityProto() method in TelephonyMetrics