Searched refs:predictRxThroughput (Results 1 – 4 of 4) sorted by relevance
154 public int predictRxThroughput(@NonNull WifiNative.ConnectionCapabilities capabilities, in predictRxThroughput() method in ThroughputPredictor
239 mRxTputKbps = mThroughputPredictor.predictRxThroughput(mConnectionCapabilities, in checkDataStallAndThroughputSufficiency()
373 assertEquals(2881, mThroughputPredictor.predictRxThroughput(mConnectionCap, in verifyRxThroughputAx160Mhz4ssHighSnrInvalidUtilization()
154 when(mThroughputPredictor.predictRxThroughput(any(), anyInt(), anyInt(), anyInt())) in setUp()