Searched refs:tputSufficientLowThrKbps (Results 1 – 1 of 1) sorted by relevance
572 int tputSufficientLowThrKbps = mDeviceConfigFacade.getTxTputSufficientLowThrKbps(); in isL2ThroughputSufficient() local575 tputSufficientLowThrKbps = mDeviceConfigFacade.getRxTputSufficientLowThrKbps(); in isL2ThroughputSufficient()579 < (tputSufficientLowThrKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()); in isL2ThroughputSufficient()580 boolean isL2TputAboveLowThr = l2TputKbps >= tputSufficientLowThrKbps; in isL2ThroughputSufficient()