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.java137 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyVeryLowRssi() local
146 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationBssLoad() local
155 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationLinkLayerStats() local
164 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss() local
179 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss() local
195 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx6g320Mhz4ss() local
214 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss() local
224 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMidRssiMinChannelUtilizationAc5g80Mhz2ss() local
233 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiMinChannelUtilizationAc5g80Mhz2ss() local
242 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiDefaultChannelUtilizationAc5g80Mhz2ss() local
[all …]
DConcreteCandidate.java294 public ConcreteCandidate setPredictedThroughputMbps(int predictedThroughputMbps) { in setPredictedThroughputMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java264 int predictedThroughputMbps, in CandidateImpl()
645 int predictedThroughputMbps) { in add()
705 int predictedThroughputMbps, in add()