Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2033 int thresholdPacketLoss, int thresholdJitter, long thresholdInactivityTime) { in updateMediaThreshold() argument
2036 && !MediaThreshold.isValidRtpPacketLossRate(thresholdPacketLoss)) { in updateMediaThreshold()
2040 int[] thPacketLosses = {thresholdPacketLoss}; in updateMediaThreshold()