Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java136 private final long[][][] mBwEstValue = field in WifiScoreCard
1579 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()