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.java2727 public void incrementThroughputKbpsCount(int txThroughputKbps, int rxThroughputKbps, in incrementThroughputKbpsCount() argument
2734 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()