Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java279 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument
280 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()
DWifiInfo.java1120 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument
1121 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3505 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() argument
3507 && rxLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementRxLinkSpeedBandCount()
3512 mRxLinkSpeedCount2g.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3514 mRxLinkSpeedCount5gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3516 mRxLinkSpeedCount5gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3518 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3520 mRxLinkSpeedCount6gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3522 mRxLinkSpeedCount6gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()
3524 mRxLinkSpeedCount6gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()