Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DMediaThreshold.java83 long[] inactivityTimeThresholds) { in MediaThreshold() argument
86 mRtpInactivityTimeMillis = inactivityTimeThresholds; in MediaThreshold()
297 public Builder setThresholdsRtpInactivityTimeMillis(long[] inactivityTimeThresholds) { in setThresholdsRtpInactivityTimeMillis() argument
298 if (inactivityTimeThresholds.length > 0) { in setThresholdsRtpInactivityTimeMillis()
300 for (Long value : inactivityTimeThresholds) { in setThresholdsRtpInactivityTimeMillis()
312 this.mRtpInactivityTimeMillis = inactivityTimeThresholds; in setThresholdsRtpInactivityTimeMillis()