Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java97 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyVeryLowRssi()
106 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationBssLoad()
115 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMaxChannelUtilizationLinkLayerStats()
124 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ss()
139 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAc5g80Mhz2ssOverriddenTo1ss()
155 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ss()
174 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyHighRssiMinChannelUtilizationAx5g160Mhz4ssOverriddenTo2ss()
184 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyMidRssiMinChannelUtilizationAc5g80Mhz2ss()
193 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiMinChannelUtilizationAc5g80Mhz2ss()
202 int predictedThroughputMbps = mThroughputPredictor.predictThroughput(mDeviceCapabilities, in verifyLowRssiDefaultChannelUtilizationAc5g80Mhz2ss()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java820 predictThroughput(scanDetail)); in getCandidatesFromScan()
1012 private int predictThroughput(@NonNull ScanDetail scanDetail) { in predictThroughput() method in WifiNetworkSelector
1022 return mThroughputPredictor.predictThroughput( in predictThroughput()
DThroughputPredictor.java175 public int predictThroughput(DeviceWiphyCapabilities deviceCapabilities, in predictThroughput() method in ThroughputPredictor