Searched refs:inactivityTimeThresholds (Results 1 – 1 of 1) sorted by relevance
83 long[] inactivityTimeThresholds) { in MediaThreshold() argument86 mRtpInactivityTimeMillis = inactivityTimeThresholds; in MediaThreshold()297 public Builder setThresholdsRtpInactivityTimeMillis(long[] inactivityTimeThresholds) { in setThresholdsRtpInactivityTimeMillis() argument298 if (inactivityTimeThresholds.length > 0) { in setThresholdsRtpInactivityTimeMillis()300 for (Long value : inactivityTimeThresholds) { in setThresholdsRtpInactivityTimeMillis()312 this.mRtpInactivityTimeMillis = inactivityTimeThresholds; in setThresholdsRtpInactivityTimeMillis()