Searched refs:rxThroughputKbps (Results 1 – 1 of 1) sorted by relevance
3464 public void incrementThroughputKbpsCount(int txThroughputKbps, int rxThroughputKbps, in incrementThroughputKbpsCount() argument3471 if (rxThroughputKbps >= 0) { in incrementThroughputKbpsCount()3472 mRxThroughputMbpsHistogram2G.increment(rxThroughputKbps / 1000); in incrementThroughputKbpsCount()3478 if (rxThroughputKbps >= 0) { in incrementThroughputKbpsCount()3479 mRxThroughputMbpsHistogramAbove2G.increment(rxThroughputKbps / 1000); in incrementThroughputKbpsCount()3483 mWifiStatusBuilder.setEstimatedRxKbps(rxThroughputKbps); in incrementThroughputKbpsCount()