Searched refs:calculateByteCountThreshold (Results 1 – 1 of 1) sorted by relevance
840 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(), in updateByteCountThr()853 mByteDeltaAccThr = calculateByteCountThreshold(mStaticBwKbps, in updateByteCountThr()862 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() method