Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java345 private final IntCounter mTxLinkSpeedCount5gHigh = new IntCounter(); field in WifiMetrics
3395 mTxLinkSpeedCount5gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
5022 pw.println("mWifiLogProto.txLinkSpeedCount5gHigh=" + mTxLinkSpeedCount5gHigh); in dump()
5751 mWifiLogProto.txLinkSpeedCount5GHigh = mTxLinkSpeedCount5gHigh.toProto(); in consolidateProto()
5919 mTxLinkSpeedCount5gHigh.clear(); in clear()