Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java354 private final IntCounter mRxLinkSpeedCount6gLow = new IntCounter(); field in WifiMetrics
3428 mRxLinkSpeedCount6gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
5031 pw.println("mWifiLogProto.rxLinkSpeedCount6gLow=" + mRxLinkSpeedCount6gLow); in dump()
5760 mWifiLogProto.rxLinkSpeedCount6GLow = mRxLinkSpeedCount6gLow.toProto(); in consolidateProto()
5927 mRxLinkSpeedCount6gLow.clear(); in clear()