Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java2615 stats.tx = dumpBandwidthStatsPerLink(bandIdx, LINK_TX); in dumpBandwdithStatsPerBand()
2616 stats.rx = dumpBandwidthStatsPerLink(bandIdx, LINK_RX); in dumpBandwdithStatsPerBand()
2620 private BandwidthEstimatorStats.PerLink dumpBandwidthStatsPerLink( in dumpBandwidthStatsPerLink() method in WifiScoreCard