Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDataStall.java572 int tputSufficientLowThrKbps = mDeviceConfigFacade.getTxTputSufficientLowThrKbps(); in isL2ThroughputSufficient() local
575 tputSufficientLowThrKbps = mDeviceConfigFacade.getRxTputSufficientLowThrKbps(); in isL2ThroughputSufficient()
579 < (tputSufficientLowThrKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()); in isL2ThroughputSufficient()
580 boolean isL2TputAboveLowThr = l2TputKbps >= tputSufficientLowThrKbps; in isL2ThroughputSufficient()