Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java266 private final IntCounter mTxLinkSpeedCount5gMid = new IntCounter(); field in WifiMetrics
1671 mTxLinkSpeedCount5gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2914 pw.println("mWifiLogProto.txLinkSpeedCount5gMid=" + mTxLinkSpeedCount5gMid); in dump()
3468 mWifiLogProto.txLinkSpeedCount5GMid = mTxLinkSpeedCount5gMid.toProto(); in consolidateProto()
3579 mTxLinkSpeedCount5gMid.clear(); in clear()