Searched refs:linkSpeedCount (Results 1 – 1 of 1) sorted by relevance
2626 LinkSpeedCount linkSpeedCount = mLinkSpeedCounts.get(linkSpeed); in incrementLinkSpeedCount() local2627 if (linkSpeedCount == null) { in incrementLinkSpeedCount()2628 linkSpeedCount = new LinkSpeedCount(); in incrementLinkSpeedCount()2629 linkSpeedCount.linkSpeedMbps = linkSpeed; in incrementLinkSpeedCount()2630 mLinkSpeedCounts.put(linkSpeed, linkSpeedCount); in incrementLinkSpeedCount()2632 linkSpeedCount.count++; in incrementLinkSpeedCount()2633 linkSpeedCount.rssiSumDbm += Math.abs(rssi); in incrementLinkSpeedCount()2634 linkSpeedCount.rssiSumOfSquaresDbmSq += rssi * rssi; in incrementLinkSpeedCount()3802 sb.append(linkSpeedCount.linkSpeedMbps).append(":{") in dump()3803 .append(linkSpeedCount.count).append(", ") in dump()[all …]