Searched refs:rxThroughputKbps (Results 1 – 1 of 1) sorted by relevance
2727 public void incrementThroughputKbpsCount(int txThroughputKbps, int rxThroughputKbps, in incrementThroughputKbpsCount() argument2734 if (rxThroughputKbps >= 0) { in incrementThroughputKbpsCount()2735 mRxThroughputMbpsHistogram2G.increment(rxThroughputKbps / 1000); in incrementThroughputKbpsCount()2741 if (rxThroughputKbps >= 0) { in incrementThroughputKbpsCount()2742 mRxThroughputMbpsHistogramAbove2G.increment(rxThroughputKbps / 1000); in incrementThroughputKbpsCount()2746 mWifiStatusBuilder.setEstimatedRxKbps(rxThroughputKbps); in incrementThroughputKbpsCount()