Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java344 private final IntCounter mTxLinkSpeedCount5gMid = new IntCounter(); field in WifiMetrics
3393 mTxLinkSpeedCount5gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
5021 pw.println("mWifiLogProto.txLinkSpeedCount5gMid=" + mTxLinkSpeedCount5gMid); in dump()
5750 mWifiLogProto.txLinkSpeedCount5GMid = mTxLinkSpeedCount5gMid.toProto(); in consolidateProto()
5918 mTxLinkSpeedCount5gMid.clear(); in clear()