Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java840 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(), in updateByteCountThr()
853 mByteDeltaAccThr = calculateByteCountThreshold(mStaticBwKbps, in updateByteCountThr()
862 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method