Searched refs:mLastRxBytes (Results 1 – 1 of 1) sorted by relevance
74 private long mLastRxBytes; field in WifiDataStall122 mLastRxBytes = 0; in reset()430 || mLastTxBytes == 0 || mLastRxBytes == 0) { in isThroughputSufficientInternal()432 mLastRxBytes = rxBytes; in isThroughputSufficientInternal()437 int l3RxTputKbps = (int) ((rxBytes - mLastRxBytes) * 8 / timeDeltaLastTwoPollsMs); in isThroughputSufficientInternal()440 mLastRxBytes = rxBytes; in isThroughputSufficientInternal()