Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DMediaThreshold.java82 int[] jitterThresholds, in MediaThreshold() argument
85 mRtpJitter = jitterThresholds; in MediaThreshold()
267 public Builder setThresholdsRtpJitterMillis(int[] jitterThresholds) { in setThresholdsRtpJitterMillis() argument
268 if (jitterThresholds.length > 0) { in setThresholdsRtpJitterMillis()
270 for (Integer value : jitterThresholds) { in setThresholdsRtpJitterMillis()
282 this.mRtpJitter = jitterThresholds; in setThresholdsRtpJitterMillis()