Searched refs:mWorstSsWithGoodUlQuality (Results 1 – 1 of 1) sorted by relevance
80 private Pair<CallQuality, Integer> mWorstSsWithGoodUlQuality; field in CallQualityMetrics210 if (mWorstSsWithGoodUlQuality == null || ss < mWorstSsWithGoodUlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()211 mWorstSsWithGoodUlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()310 if (mWorstSsWithGoodUlQuality != null) { in getCallQualitySummaryUl()312 toCallQualityProto(mWorstSsWithGoodUlQuality.first); in getCallQualitySummaryUl()313 summary.worstSsWithGoodQuality = toProto(mWorstSsWithGoodUlQuality.second); in getCallQualitySummaryUl()