Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java345 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in predictThroughputInternal() local
357 .append(" throughput: ").append(throughputMbps) in predictThroughputInternal()
360 return throughputMbps; in predictThroughputInternal()