Searched refs:avgKbps (Results 1 – 1 of 1) sorted by relevance
706 int avgKbps = getAvgLinkBandwidthKbps();709 int filterInKbps = mBwSampleValid ? mBwSampleKbps : avgKbps;720 || (mBwSampleValid && mBwSampleKbps > avgKbps)) {750 .append(" avgKbps=").append(avgKbps)1252 int avgKbps = count == 0 ? 0 : (int) (getValue(link, level) / count); in toString() local1253 sb.append(" ").append(avgKbps); in toString()