Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DLinkBandwidthEstimator.java720 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(), in updateByteCountThr()
733 mByteDeltaAccThr = calculateByteCountThreshold(mStaticBwKbps, in updateByteCountThr()
742 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiScoreCard.java1431 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(link), in getByteDeltaAccThr()
1552 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method in WifiScoreCard.PerNetwork