Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java284 private final IntCounter mRxLinkSpeedCount6gLow = new IntCounter(); field in WifiMetrics
2208 mRxLinkSpeedCount6gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3691 pw.println("mWifiLogProto.rxLinkSpeedCount6gLow=" + mRxLinkSpeedCount6gLow); in dump()
4362 mWifiLogProto.rxLinkSpeedCount6GLow = mRxLinkSpeedCount6gLow.toProto(); in consolidateProto()
4518 mRxLinkSpeedCount6gLow.clear(); in clear()