Home
last modified time | relevance | path

Searched refs:predictMaxRxThroughput (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DThroughputPredictorTest.java323 assertEquals(866, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAc80Mhz2ss()
332 assertEquals(433, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAc80MhzIncorrectNss()
340 assertEquals(72, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputN20Mhz1ss()
348 assertEquals(54, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputLegacy20Mhz1ss()
356 assertEquals(1200, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAx80Mhz2ss()
H A DClientModeImplTest.java616 when(mThroughputPredictor.predictMaxRxThroughput(any())).thenReturn(80); in setUp()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java135 public int predictMaxRxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities) { in predictMaxRxThroughput() method in ThroughputPredictor
H A DClientModeImpl.java2551 int maxRxLinkSpeedMbps = mThroughputPredictor.predictMaxRxThroughput(