Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java347 private final IntCounter mTxLinkSpeedCount6gMid = new IntCounter(); field in WifiMetrics
3399 mTxLinkSpeedCount6gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
5024 pw.println("mWifiLogProto.txLinkSpeedCount6gMid=" + mTxLinkSpeedCount6gMid); in dump()
5753 mWifiLogProto.txLinkSpeedCount6GMid = mTxLinkSpeedCount6gMid.toProto(); in consolidateProto()
5921 mTxLinkSpeedCount6gMid.clear(); in clear()