Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java271 private final IntCounter mRxLinkSpeedCount5gHigh = new IntCounter(); field in WifiMetrics
1698 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
2919 pw.println("mWifiLogProto.rxLinkSpeedCount5gHigh=" + mRxLinkSpeedCount5gHigh); in dump()
3473 mWifiLogProto.rxLinkSpeedCount5GHigh = mRxLinkSpeedCount5gHigh.toProto(); in consolidateProto()
3584 mRxLinkSpeedCount5gHigh.clear(); in clear()