Searched refs:mBestSsWithGoodDlQuality (Results 1 – 1 of 1) sorted by relevance
77 private Pair<CallQuality, Integer> mBestSsWithGoodDlQuality; field in CallQualityMetrics196 if (mBestSsWithGoodDlQuality == null || ss > mBestSsWithGoodDlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()197 mBestSsWithGoodDlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()277 if (mBestSsWithGoodDlQuality != null) { in getCallQualitySummaryDl()279 toCallQualityProto(mBestSsWithGoodDlQuality.first); in getCallQualitySummaryDl()280 summary.bestSsWithGoodQuality = toProto(mBestSsWithGoodDlQuality.second); in getCallQualitySummaryDl()