Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java570 private boolean isL2ThroughputSufficient(int l2TputKbps, int l3TputKbps, boolean isForRxTput) { in isL2ThroughputSufficient() argument
578 boolean isL3TputLow = (l3TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrNum()) in isL2ThroughputSufficient()
586 >= (l3TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrNum()); in isL2ThroughputSufficient()