Searched refs:l3RxTputKbps (Results 1 – 1 of 1) sorted by relevance
537 int l3RxTputKbps = (int) ((rxBytes - mLastRxBytes) * 8 / timeDeltaLastTwoPollsMs); in isThroughputSufficientInternal() local543 boolean isRxTputSufficient = isL2ThroughputSufficient(l2RxTputKbps, l3RxTputKbps, true); in isThroughputSufficientInternal()555 .append(", rxTputKbps: ").append(l3RxTputKbps) in isThroughputSufficientInternal()