Searched refs:mBwEstCount (Results 1 – 1 of 1) sorted by relevance
139 private final int[][][] mBwEstCount = field in WifiScoreCard1596 mBwEstCount[mBandIdx][link][mSignalLevel]++; in calculateError()2637 int count = mBwEstCount[bandIdx][linkIdx][level]; in dumpBandwidthStatsPerLevel()2652 mBwEstCount[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()2684 printValues(mBwEstCount[i][j], pw); in dump()2686 printAvgStats(mBwEstValue[i][j], mBwEstCount[i][j], pw); in dump()2688 printAvgStats(mBwEstErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()2690 printAvgStats(mL2ErrorAccPercent[i][j], mBwEstCount[i][j], pw); in dump()