Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java154 public int predictRxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities, in predictRxThroughput() method in ThroughputPredictor
DWifiDataStall.java239 mRxTputKbps = mThroughputPredictor.predictRxThroughput(mConnectionCapabilities, in checkDataStallAndThroughputSufficiency()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java373 assertEquals(2881, mThroughputPredictor.predictRxThroughput(mConnectionCap, in verifyRxThroughputAx160Mhz4ssHighSnrInvalidUtilization()
DWifiDataStallTest.java154 when(mThroughputPredictor.predictRxThroughput(any(), anyInt(), anyInt(), anyInt())) in setUp()