Searched refs:txThroughputKbps (Results 1 – 1 of 1) sorted by relevance
3464 public void incrementThroughputKbpsCount(int txThroughputKbps, int rxThroughputKbps, in incrementThroughputKbpsCount() argument3468 if (txThroughputKbps >= 0) { in incrementThroughputKbpsCount()3469 mTxThroughputMbpsHistogram2G.increment(txThroughputKbps / 1000); in incrementThroughputKbpsCount()3475 if (txThroughputKbps >= 0) { in incrementThroughputKbpsCount()3476 mTxThroughputMbpsHistogramAbove2G.increment(txThroughputKbps / 1000); in incrementThroughputKbpsCount()3482 mWifiStatusBuilder.setEstimatedTxKbps(txThroughputKbps); in incrementThroughputKbpsCount()