Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java321 private final IntCounter mTxLinkSpeedCount5gLow = new IntCounter(); field in WifiMetrics
2654 mTxLinkSpeedCount5gLow.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
4270 pw.println("mWifiLogProto.txLinkSpeedCount5gLow=" + mTxLinkSpeedCount5gLow); in dump()
5001 mWifiLogProto.txLinkSpeedCount5GLow = mTxLinkSpeedCount5gLow.toProto(); in consolidateProto()
5169 mTxLinkSpeedCount5gLow.clear(); in clear()