Searched refs:mBestSsWithGoodUlQuality (Results 1 – 1 of 1) sorted by relevance
81 private Pair<CallQuality, Integer> mBestSsWithGoodUlQuality; field in CallQualityMetrics213 if (mBestSsWithGoodUlQuality == null || ss > mBestSsWithGoodUlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()214 mBestSsWithGoodUlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()315 if (mBestSsWithGoodUlQuality != null) { in getCallQualitySummaryUl()317 toCallQualityProto(mBestSsWithGoodUlQuality.first); in getCallQualitySummaryUl()318 summary.bestSsWithGoodQuality = toProto(mBestSsWithGoodUlQuality.second); in getCallQualitySummaryUl()