Searched refs:isRxTrafficHigh (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiDataStall.java | 368 boolean isRxTrafficHigh = (rxSuccessDelta * 1000) in checkDataStallAndThroughputSufficiency() 418 if (isRxTrafficHigh in checkDataStallAndThroughputSufficiency() 430 isTxTrafficHigh, isRxTrafficHigh, timeDeltaLastTwoPollsMs, txBytes, rxBytes); in checkDataStallAndThroughputSufficiency() 447 boolean dataStallRx = isRxTrafficHigh ? possibleDataStallRx : mDataStallRx; in checkDataStallAndThroughputSufficiency() 527 boolean isTxTrafficHigh, boolean isRxTrafficHigh, int timeDeltaLastTwoPollsMs, in isThroughputSufficientInternal() argument 547 isRxTputSufficient, isRxTrafficHigh, mIsThroughputSufficient); in isThroughputSufficientInternal() 557 .append(", RxTrafficHigh: ").append(isRxTrafficHigh) in isThroughputSufficientInternal()
|