Searched refs:rxLinkSpeed (Results 1 – 3 of 3) sorted by relevance
758 int rxLinkSpeed = mWifiInfo.getRxLinkSpeedMbps(); in logLinkMetrics() local773 rssi, filteredRssi, rssiThreshold, freq, txLinkSpeed, rxLinkSpeed, in logLinkMetrics()
2676 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() argument2678 && rxLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementRxLinkSpeedBandCount()2683 mRxLinkSpeedCount2g.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2685 mRxLinkSpeedCount5gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2687 mRxLinkSpeedCount5gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2689 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2691 mRxLinkSpeedCount6gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2693 mRxLinkSpeedCount6gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()2695 mRxLinkSpeedCount6gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
786 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument787 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()