Searched refs:rxLinkSpeed (Results 1 – 3 of 3) sorted by relevance
279 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument280 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()
1118 public void setRxLinkSpeedMbps(int rxLinkSpeed) { in setRxLinkSpeedMbps() argument1119 mRxLinkSpeed = rxLinkSpeed; in setRxLinkSpeedMbps()
3413 public void incrementRxLinkSpeedBandCount(int rxLinkSpeed, int frequency) { in incrementRxLinkSpeedBandCount() argument3415 && rxLinkSpeed >= MIN_LINK_SPEED_MBPS)) { in incrementRxLinkSpeedBandCount()3420 mRxLinkSpeedCount2g.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3422 mRxLinkSpeedCount5gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3424 mRxLinkSpeedCount5gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3426 mRxLinkSpeedCount5gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3428 mRxLinkSpeedCount6gLow.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3430 mRxLinkSpeedCount6gMid.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()3432 mRxLinkSpeedCount6gHigh.increment(rxLinkSpeed); in incrementRxLinkSpeedBandCount()