Searched refs:calculateByteCountThreshold (Results 1 – 2 of 2) sorted by relevance
720 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(), in updateByteCountThr()733 mByteDeltaAccThr = calculateByteCountThreshold(mStaticBwKbps, in updateByteCountThr()742 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method
1431 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(link), in getByteDeltaAccThr()1552 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method in WifiScoreCard.PerNetwork