Searched refs:predictMaxRxThroughput (Results 1 – 4 of 4) sorted by relevance
314 assertEquals(866, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAc80Mhz2ss()323 assertEquals(433, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAc80MhzIncorrectNss()331 assertEquals(72, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputN20Mhz1ss()339 assertEquals(54, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputLegacy20Mhz1ss()347 assertEquals(1200, mThroughputPredictor.predictMaxRxThroughput(mConnectionCap)); in verifyMaxThroughputAx80Mhz2ss()
569 when(mThroughputPredictor.predictMaxRxThroughput(any())).thenReturn(80); in setUp()
133 public int predictMaxRxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities) { in predictMaxRxThroughput() method in ThroughputPredictor
2688 int maxRxLinkSpeedMbps = throughputPredictor.predictMaxRxThroughput(capabilities); in updateWifiInfoAfterAssociation()