Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1415 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(link), in getByteDeltaAccThr()
1536 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method in WifiScoreCard.PerNetwork