Searched refs:mBestSsWithGoodDlQuality (Results 1 – 1 of 1) sorted by relevance
84 private Pair<CallQuality, Integer> mBestSsWithGoodDlQuality; field in CallQualityMetrics186 if (mBestSsWithGoodDlQuality == null || ss > mBestSsWithGoodDlQuality.second) { in updateMinAndMaxSignalStrengthSnapshots()187 mBestSsWithGoodDlQuality = Pair.create(cq, ss); in updateMinAndMaxSignalStrengthSnapshots()269 if (mBestSsWithGoodDlQuality != null) { in getCallQualitySummaryDl()271 toCallQualityProto(mBestSsWithGoodDlQuality.first); in getCallQualitySummaryDl()272 summary.bestSsWithGoodQuality = toProto(mBestSsWithGoodDlQuality.second); in getCallQualitySummaryDl()