Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java3464 public void incrementThroughputKbpsCount(int txThroughputKbps, int rxThroughputKbps, in incrementThroughputKbpsCount() argument
3471 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()