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;
266 toCallQualityProto(mWorstSsWithGoodDlQuality.first); in getCallQualitySummaryDl()
271 toCallQualityProto(mBestSsWithGoodDlQuality.first); in getCallQualitySummaryDl()
276 toCallQualityProto(mWorstSsWithBadDlQuality.first); in getCallQualitySummaryDl()
281 toCallQualityProto(mBestSsWithBadDlQuality.first); in getCallQualitySummaryDl()
284 summary.snapshotOfEnd = toCallQualityProto(mLastCallQuality); in getCallQualitySummaryDl()
306 toCallQualityProto(mWorstSsWithGoodUlQuality.first); in getCallQualitySummaryUl()
311 toCallQualityProto(mBestSsWithGoodUlQuality.first); in getCallQualitySummaryUl()
316 toCallQualityProto(mWorstSsWithBadUlQuality.first); in getCallQualitySummaryUl()
321 toCallQualityProto(mBestSsWithBadUlQuality.first); in getCallQualitySummaryUl()
[all …]
DTelephonyMetrics.java2176 public static TelephonyCallSession.Event.CallQuality toCallQualityProto( in toCallQualityProto() method in TelephonyMetrics