Searched refs:bwUpdateThresholdPercent (Results 1 – 1 of 1) sorted by relevance
2867 int bwUpdateThresholdPercent = mContext.getResources().getInteger( in updateLinkBandwidthAndCapabilities() local2869 if ((txDeltaKbps * 100 > bwUpdateThresholdPercent * mLastTxKbps) in updateLinkBandwidthAndCapabilities()2870 || (rxDeltaKbps * 100 > bwUpdateThresholdPercent * mLastRxKbps) in updateLinkBandwidthAndCapabilities()