Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java268 private final IntCounter mRxLinkSpeedCount2g = new IntCounter(); field in WifiMetrics
1692 mRxLinkSpeedCount2g.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
2916 pw.println("mWifiLogProto.rxLinkSpeedCount2g=" + mRxLinkSpeedCount2g); in dump()
3470 mWifiLogProto.rxLinkSpeedCount2G = mRxLinkSpeedCount2g.toProto(); in consolidateProto()
3581 mRxLinkSpeedCount2g.clear(); in clear()