Searched refs:mBestSsWithGoodUlQuality (Results 1 – 1 of 1) sorted by relevance
88 private Pair<CallQuality, Integer> mBestSsWithGoodUlQuality; field in CallQualityMetrics203 if (mBestSsWithGoodUlQuality == null || ss > mBestSsWithGoodUlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()204 mBestSsWithGoodUlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()309 if (mBestSsWithGoodUlQuality != null) { in getCallQualitySummaryUl()311 toCallQualityProto(mBestSsWithGoodUlQuality.first); in getCallQualitySummaryUl()312 summary.bestSsWithGoodQuality = toProto(mBestSsWithGoodUlQuality.second); in getCallQualitySummaryUl()