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.java283 private final IntCounter mRxLinkSpeedCount5gHigh = new IntCounter(); field in WifiMetrics
2206 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3690 pw.println("mWifiLogProto.rxLinkSpeedCount5gHigh=" + mRxLinkSpeedCount5gHigh); in dump()
4361 mWifiLogProto.rxLinkSpeedCount5GHigh = mRxLinkSpeedCount5gHigh.toProto(); in consolidateProto()
4517 mRxLinkSpeedCount5gHigh.clear(); in clear()