Searched refs:l2TputKbps (Results 1 – 1 of 1) sorted by relevance
470 private boolean isL2ThroughputSufficient(int l2TputKbps, int l3TputKbps, boolean isForRxTput) { in isL2ThroughputSufficient() argument471 if (l2TputKbps == INVALID_THROUGHPUT) return true; in isL2ThroughputSufficient()480 boolean isL2TputAboveLowThr = l2TputKbps >= tputSufficientLowThrKbps; in isL2ThroughputSufficient()483 boolean isL2TputAboveHighThr = l2TputKbps >= tputSufficientHighThrKbps; in isL2ThroughputSufficient()485 (l2TputKbps * mDeviceConfigFacade.getTputSufficientRatioThrDen()) in isL2ThroughputSufficient()