Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java147 int channelUtilizationFinal = getValidChannelUtilization(frequency, in predictTxThroughput()
160 int channelUtilizationFinal = getValidChannelUtilization(frequency, in predictRxThroughput()
260 int channelUtilization = getValidChannelUtilization(frequency, in predictThroughput()
390 private int getValidChannelUtilization(int frequency, int channelUtilizationBssLoad, in getValidChannelUtilization() method in ThroughputPredictor