Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreCard.java1415 int lowBytes = calculateByteCountThreshold(getAvgUsedLinkBandwidthKbps(link), in getByteDeltaAccThr() local
1419 if (lowBytes > 0) { in getByteDeltaAccThr()
1421 deltaAccThr = Math.max(lowBytes, deltaAccThr); in getByteDeltaAccThr()