Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java331 private final IntCounter mRxLinkSpeedCount5gHigh = new IntCounter(); field in WifiMetrics
2689 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
4280 pw.println("mWifiLogProto.rxLinkSpeedCount5gHigh=" + mRxLinkSpeedCount5gHigh); in dump()
5011 mWifiLogProto.rxLinkSpeedCount5GHigh = mRxLinkSpeedCount5gHigh.toProto(); in consolidateProto()
5178 mRxLinkSpeedCount5gHigh.clear(); in clear()