Searched refs:mWorstSsWithGoodDlQuality (Results 1 – 1 of 1) sorted by relevance
83 private Pair<CallQuality, Integer> mWorstSsWithGoodDlQuality; field in CallQualityMetrics183 if (mWorstSsWithGoodDlQuality == null || ss < mWorstSsWithGoodDlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()184 mWorstSsWithGoodDlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()264 if (mWorstSsWithGoodDlQuality != null) { in getCallQualitySummaryDl()266 toCallQualityProto(mWorstSsWithGoodDlQuality.first); in getCallQualitySummaryDl()267 summary.worstSsWithGoodQuality = toProto(mWorstSsWithGoodDlQuality.second); in getCallQualitySummaryDl()