Home
last modified time | relevance | path

Searched refs:txThroughputKbps (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
3468 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()