Searched refs:mWorstSsWithGoodUlQuality (Results 1 – 1 of 1) sorted by relevance
87 private Pair<CallQuality, Integer> mWorstSsWithGoodUlQuality; field in CallQualityMetrics200 if (mWorstSsWithGoodUlQuality == null || ss < mWorstSsWithGoodUlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()201 mWorstSsWithGoodUlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()304 if (mWorstSsWithGoodUlQuality != null) { in getCallQualitySummaryUl()306 toCallQualityProto(mWorstSsWithGoodUlQuality.first); in getCallQualitySummaryUl()307 summary.worstSsWithGoodQuality = toProto(mWorstSsWithGoodUlQuality.second); in getCallQualitySummaryUl()