Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DLinkBandwidthEstimator.java144 private static final int LOW_BW_TO_AVG_BW_RATIO_DEN = 8; field in LinkBandwidthEstimator
864 long result = avgBytes * LOW_BW_TO_AVG_BW_RATIO_NUM / LOW_BW_TO_AVG_BW_RATIO_DEN; in calculateByteCountThreshold()