Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2595 stats.stats2G = dumpBandwdithStatsPerBand(0); in dumpBandwidthEstimatorStats()
2596 stats.statsAbove2G = dumpBandwdithStatsPerBand(1); in dumpBandwidthEstimatorStats()
2600 private BandwidthEstimatorStats.PerBand dumpBandwdithStatsPerBand(int bandIdx) { in dumpBandwdithStatsPerBand() method in WifiScoreCard