Searched refs:MAX_CALL_QUALITY_HISTORY (Results 1 – 1 of 1) sorted by relevance
354 private static final int MAX_CALL_QUALITY_HISTORY = 10; field in ImsPhoneCallTracker4740 if (mCallQualityMetricsHistory.size() > MAX_CALL_QUALITY_HISTORY) { in pruneCallQualityMetricsHistory()