Home
last modified time | relevance | path

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

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