Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputPredictor.java158 public int predictRxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities, in predictRxThroughput() method in ThroughputPredictor
H A DWifiDataStall.java337 mRxTputKbps = mThroughputPredictor.predictRxThroughput(connectionCapabilities, in checkDataStallAndThroughputSufficiency()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DThroughputPredictorTest.java392 assertEquals(2881, mThroughputPredictor.predictRxThroughput(mConnectionCap, in verifyRxThroughputAx160Mhz4ssHighSnrInvalidUtilization()
H A DWifiDataStallTest.java164 when(mThroughputPredictor.predictRxThroughput(any(), anyInt(), anyInt(), anyInt())) in setUp()