Searched refs:txLinkSpeed (Results 1 – 3 of 3) sorted by relevance
496 int txLinkSpeed = mWifiInfo.getLinkSpeed(); in logLinkMetrics() local508 rssi, filteredRssi, rssiThreshold, freq, txLinkSpeed, rxLinkSpeed, in logLinkMetrics()
2162 public void incrementTxLinkSpeedBandCount(int txLinkSpeed, int frequency) { in incrementTxLinkSpeedBandCount() argument2164 && 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()
573 public void setTxLinkSpeedMbps(int txLinkSpeed) { in setTxLinkSpeedMbps() argument574 mTxLinkSpeed = txLinkSpeed; in setTxLinkSpeedMbps()