Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java496 int txLinkSpeed = mWifiInfo.getLinkSpeed(); in logLinkMetrics() local
508 rssi, filteredRssi, rssiThreshold, freq, txLinkSpeed, rxLinkSpeed, in logLinkMetrics()
DWifiMetrics.java2162 public void incrementTxLinkSpeedBandCount(int txLinkSpeed, int frequency) { in incrementTxLinkSpeedBandCount() argument
2164 && txLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementTxLinkSpeedBandCount()
2169 mTxLinkSpeedCount2g.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2171 mTxLinkSpeedCount5gLow.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2173 mTxLinkSpeedCount5gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2175 mTxLinkSpeedCount5gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2177 mTxLinkSpeedCount6gLow.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2179 mTxLinkSpeedCount6gMid.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
2181 mTxLinkSpeedCount6gHigh.increment(txLinkSpeed); in incrementTxLinkSpeedBandCount()
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java573 public void setTxLinkSpeedMbps(int txLinkSpeed) { in setTxLinkSpeedMbps() argument
574 mTxLinkSpeed = txLinkSpeed; in setTxLinkSpeedMbps()