Searched refs:calculateAvg (Results 1 – 1 of 1) sorted by relevance
2632 stats.avgBandwidthKbps = calculateAvg(mBwEstValue[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()2633 stats.l2ErrorPercent = calculateAvg( in dumpBandwidthStatsPerLevel()2635 stats.bandwidthEstErrorPercent = calculateAvg( in dumpBandwidthStatsPerLevel()2646 private int calculateAvg(long acc, int count) { in calculateAvg() method in WifiScoreCard2694 sb.append(" " + calculateAvg(stats[k], count[k])); in printAvgStats()