Home
last modified time | relevance | path

Searched refs:mBwEstCount (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java138 private final int[][][] mBwEstCount = field in WifiScoreCard
1580 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()