Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java264 private final IntCounter mTxLinkSpeedCount2g = new IntCounter(); field in WifiMetrics
1667 mTxLinkSpeedCount2g.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2912 pw.println("mWifiLogProto.txLinkSpeedCount2g=" + mTxLinkSpeedCount2g); in dump()
3466 mWifiLogProto.txLinkSpeedCount2G = mTxLinkSpeedCount2g.toProto(); in consolidateProto()
3577 mTxLinkSpeedCount2g.clear(); in clear()