Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java346 private final IntCounter mTxLinkSpeedCount6gLow = new IntCounter(); field in WifiMetrics
3397 mTxLinkSpeedCount6gLow.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
5023 pw.println("mWifiLogProto.txLinkSpeedCount6gLow=" + mTxLinkSpeedCount6gLow); in dump()
5752 mWifiLogProto.txLinkSpeedCount6GLow = mTxLinkSpeedCount6gLow.toProto(); in consolidateProto()
5920 mTxLinkSpeedCount6gLow.clear(); in clear()