Home
last modified time | relevance | path

Searched refs:MAX_CALL_QUALITY_HISTORY (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java354 private static final int MAX_CALL_QUALITY_HISTORY = 10; field in ImsPhoneCallTracker
4740 if (mCallQualityMetricsHistory.size() > MAX_CALL_QUALITY_HISTORY) { in pruneCallQualityMetricsHistory()