Searched refs:toCallQualityProto (Results 1 – 2 of 2) sorted by relevance
19 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 …]
2037 public static TelephonyCallSession.Event.CallQuality toCallQualityProto( in toCallQualityProto() method in TelephonyMetrics