Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DMediaThreshold.java81 int[] packetLossRateThresholds, in MediaThreshold() argument
84 mRtpPacketLossRate = packetLossRateThresholds; in MediaThreshold()
237 public Builder setThresholdsRtpPacketLossRate(int[] packetLossRateThresholds) { in setThresholdsRtpPacketLossRate() argument
238 if (packetLossRateThresholds.length > 0) { in setThresholdsRtpPacketLossRate()
240 for (Integer value : packetLossRateThresholds) { in setThresholdsRtpPacketLossRate()
252 this.mRtpPacketLossRate = packetLossRateThresholds; in setThresholdsRtpPacketLossRate()