Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2033 int thresholdPacketLoss, int thresholdJitter, long thresholdInactivityTime) { in updateMediaThreshold() argument
2034 if (!MediaThreshold.isValidRtpInactivityTimeMillis(thresholdInactivityTime) in updateMediaThreshold()
2041 long[] thInactivityTimesMillis = {thresholdInactivityTime}; in updateMediaThreshold()