Searched refs:predictedThroughputMbps (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ThroughputPredictorTest.java | 97 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyVeryLowRssi() local 101 assertEquals(0, predictedThroughputMbps); in verifyVeryLowRssi() 106 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationBssLoad() local 110 assertEquals(0, predictedThroughputMbps); in verifyMaxChannelUtilizationBssLoad() 115 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationLinkLayerStats() local 119 assertEquals(0, predictedThroughputMbps); in verifyMaxChannelUtilizationLinkLayerStats() 124 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss() local 128 assertEquals(866, predictedThroughputMbps); in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss() 139 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss() local 143 assertEquals(433, predictedThroughputMbps); in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss() [all …]
|
D | ConcreteCandidate.java | 239 public ConcreteCandidate setPredictedThroughputMbps(int predictedThroughputMbps) { in setPredictedThroughputMbps() argument 240 mPredictedThroughputMbps = predictedThroughputMbps; in setPredictedThroughputMbps()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiCandidates.java | 190 int predictedThroughputMbps) { in CandidateImpl() argument 207 this.mPredictedThroughputMbps = predictedThroughputMbps; in CandidateImpl() 453 int predictedThroughputMbps) { in add() argument 462 predictedThroughputMbps); in add() 489 int predictedThroughputMbps) { in add() argument 510 predictedThroughputMbps); in add()
|