Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1536 private int calculateByteCountThreshold(int avgBwKbps, int durationMs) { in calculateByteCountThreshold() argument
1537 long avgBytes = (long) avgBwKbps / 8 * durationMs; in calculateByteCountThreshold()