Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java351 private final IntCounter mRxLinkSpeedCount5gLow = new IntCounter(); field in WifiMetrics
3422 mRxLinkSpeedCount5gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
5028 pw.println("mWifiLogProto.rxLinkSpeedCount5gLow=" + mRxLinkSpeedCount5gLow); in dump()
5757 mWifiLogProto.rxLinkSpeedCount5GLow = mRxLinkSpeedCount5gLow.toProto(); in consolidateProto()
5924 mRxLinkSpeedCount5gLow.clear(); in clear()