Searched refs:BYTE_DELTA_THRESHOLD_KB (Results 1 – 1 of 1) sorted by relevance
140 private static final int[][] BYTE_DELTA_THRESHOLD_KB = field in LinkBandwidthEstimator666 int mByteDeltaAccThr = BYTE_DELTA_THRESHOLD_KB[0][0];843 mByteDeltaAccThr = BYTE_DELTA_THRESHOLD_KB[mLink][mSignalLevel] * 1024; in updateByteCountThr()858 mByteDeltaAccThr = Math.min(mByteDeltaAccThr, BYTE_DELTA_THRESHOLD_KB[mLink][0] * 1024); in updateByteCountThr()