Searched refs:mBwEstCount (Results 1 – 1 of 1) sorted by relevance
138 private final int[][][] mBwEstCount = field in WifiScoreCard1580 mBwEstCount[mBandIdx][link][mSignalLevel]++; in calculateError()2624 int count = mBwEstCount[bandIdx][linkIdx][level]; in dumpBandwidthStatsPerLevel()2639 mBwEstCount[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()2671 printValues(mBwEstCount[i][j], pw); in dump()2673 printAvgStats(mBwEstValue[i][j], mBwEstCount[i][j], pw); in dump()2675 printAvgStats(mBwEstErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()2677 printAvgStats(mL2ErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()