Searched refs:mBwEstValue (Results 1 – 1 of 1) sorted by relevance
136 private final long[][][] mBwEstValue = field in WifiScoreCard1579 mBwEstValue[mBandIdx][link][mSignalLevel] += bwSampleKbps; in calculateError()2632 stats.avgBandwidthKbps = calculateAvg(mBwEstValue[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()2640 mBwEstValue[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()2673 printAvgStats(mBwEstValue[i][j], mBwEstCount[i][j], pw); in dump()