Home
last modified time | relevance | path

Searched defs:predictedThroughputMbps (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java136 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyVeryLowRssi() local
145 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationBssLoad() local
154 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationLinkLayerStats() local
163 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss() local
178 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss() local
194 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx6g320Mhz4ss() local
213 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss() local
223 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMidRssiMinChannelUtilizationAc5g80Mhz2ss() local
232 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiMinChannelUtilizationAc5g80Mhz2ss() local
241 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiDefaultChannelUtilizationAc5g80Mhz2ss() local
[all …]
DConcreteCandidate.java284 public ConcreteCandidate setPredictedThroughputMbps(int predictedThroughputMbps) { in setPredictedThroughputMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java219 int predictedThroughputMbps) { in CandidateImpl()
531 int predictedThroughputMbps) { in add()
574 int predictedThroughputMbps) { in add()