Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java334 private final IntCounter mRxLinkSpeedCount6gHigh = new IntCounter(); field in WifiMetrics
2695 mRxLinkSpeedCount6gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
4283 pw.println("mWifiLogProto.rxLinkSpeedCount6gHigh=" + mRxLinkSpeedCount6gHigh); in dump()
5014 mWifiLogProto.rxLinkSpeedCount6GHigh = mRxLinkSpeedCount6gHigh.toProto(); in consolidateProto()
5181 mRxLinkSpeedCount6gHigh.clear(); in clear()