Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DThroughputPredictorTest.java421 assertEquals(8, mThroughputPredictor.predictTxThroughput(mConnectionCap, in verifyTxThroughput11BModeLowSnr()
430 assertEquals(131, mThroughputPredictor.predictTxThroughput(mConnectionCap, in verifyTxThroughputAc20Mhz2ssMiddleSnr()
DWifiDataStallTest.java165 when(mThroughputPredictor.predictTxThroughput(any(), anyInt(), anyInt(), anyInt())) in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java150 public int predictTxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities, in predictTxThroughput() method in ThroughputPredictor
DWifiDataStall.java336 mTxTputKbps = mThroughputPredictor.predictTxThroughput(connectionCapabilities, in checkDataStallAndThroughputSufficiency()