Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DMediaThreshold.java126 public static boolean isValidRtpPacketLossRate(int packetLossRate) { in isValidRtpPacketLossRate() method in MediaThreshold
241 if (isValidRtpPacketLossRate(value)) { in setThresholdsRtpPacketLossRate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2036 && !MediaThreshold.isValidRtpPacketLossRate(thresholdPacketLoss)) { in updateMediaThreshold()