Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java267 private final IntCounter mTxLinkSpeedCount5gHigh = new IntCounter(); field in WifiMetrics
1673 mTxLinkSpeedCount5gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2915 pw.println("mWifiLogProto.txLinkSpeedCount5gHigh=" + mTxLinkSpeedCount5gHigh); in dump()
3469 mWifiLogProto.txLinkSpeedCount5GHigh = mTxLinkSpeedCount5gHigh.toProto(); in consolidateProto()
3580 mTxLinkSpeedCount5gHigh.clear(); in clear()