Home
last modified time | relevance | path

Searched refs:l2TputKbps (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
571 if (l2TputKbps == INVALID_THROUGHPUT) return true; in isL2ThroughputSufficient()
580 boolean isL2TputAboveLowThr = l2TputKbps >= tputSufficientLowThrKbps; in isL2ThroughputSufficient()
583 boolean isL2TputAboveHighThr = l2TputKbps >= tputSufficientHighThrKbps; in isL2ThroughputSufficient()
585 (l2TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()) in isL2ThroughputSufficient()