Home
last modified time | relevance | path

Searched refs: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
141 assertEquals(0, predictedThroughputMbps); in verifyVeryLowRssi()
146 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationBssLoad() local
150 assertEquals(0, predictedThroughputMbps); in verifyMaxChannelUtilizationBssLoad()
155 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationLinkLayerStats() local
159 assertEquals(0, predictedThroughputMbps); in verifyMaxChannelUtilizationLinkLayerStats()
164 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss() local
168 assertEquals(866, predictedThroughputMbps); in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss()
179 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss() local
183 assertEquals(433, predictedThroughputMbps); in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss()
[all …]
DConcreteCandidate.java294 public ConcreteCandidate setPredictedThroughputMbps(int predictedThroughputMbps) { in setPredictedThroughputMbps() argument
295 mPredictedThroughputMbps = predictedThroughputMbps; in setPredictedThroughputMbps()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java264 int predictedThroughputMbps, in CandidateImpl() argument
286 this.mPredictedThroughputMbps = predictedThroughputMbps; in CandidateImpl()
645 int predictedThroughputMbps) { in add() argument
655 predictedThroughputMbps, in add()
705 int predictedThroughputMbps, in add() argument
730 predictedThroughputMbps, in add()