Searched refs:mWorstSsWithGoodDlQuality (Results 1 – 1 of 1) sorted by relevance
76 private Pair<CallQuality, Integer> mWorstSsWithGoodDlQuality; field in CallQualityMetrics193 if (mWorstSsWithGoodDlQuality == null || ss < mWorstSsWithGoodDlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()194 mWorstSsWithGoodDlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()272 if (mWorstSsWithGoodDlQuality != null) { in getCallQualitySummaryDl()274 toCallQualityProto(mWorstSsWithGoodDlQuality.first); in getCallQualitySummaryDl()275 summary.worstSsWithGoodQuality = toProto(mWorstSsWithGoodDlQuality.second); in getCallQualitySummaryDl()