Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java348 private final IntCounter mTxLinkSpeedCount6gHigh = new IntCounter(); field in WifiMetrics
3401 mTxLinkSpeedCount6gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
5025 pw.println("mWifiLogProto.txLinkSpeedCount6gHigh=" + mTxLinkSpeedCount6gHigh); in dump()
5754 mWifiLogProto.txLinkSpeedCount6GHigh = mTxLinkSpeedCount6gHigh.toProto(); in consolidateProto()
5922 mTxLinkSpeedCount6gHigh.clear(); in clear()