Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java429 mIsThroughputSufficient = isThroughputSufficientInternal(mTxTputKbps, mRxTputKbps, in checkDataStallAndThroughputSufficiency()
526 private boolean isThroughputSufficientInternal(int l2TxTputKbps, int l2RxTputKbps, in isThroughputSufficientInternal() method