Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1393 long speedKbps = bytesDelta / onTimeMs * 8; in updateBandwidthSample() local
1394 if (speedKbps > (bandwidthCapMbps * 1000)) { in updateBandwidthSample()
1397 int linkBandwidthKbps = (int) speedKbps; in updateBandwidthSample()