Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java422 int throughputMbps = (phyRateMbps * airTimeFraction) / MAX_CHANNEL_UTILIZATION; in predictThroughputInternal() local
425 throughputMbps = Math.min(throughputMbps, B_MODE_MAX_MBPS); in predictThroughputInternal()
437 .append(" throughput: ").append(throughputMbps) in predictThroughputInternal()
440 return throughputMbps; in predictThroughputInternal()