Searched refs:deltaAccThr (Results 1 – 1 of 1) sorted by relevance
1418 int deltaAccThr = LINK_BANDWIDTH_BYTE_DELTA_THR_KBYTE[link][mSignalLevel] * 1024; in getByteDeltaAccThr() local1421 deltaAccThr = Math.max(lowBytes, deltaAccThr); in getByteDeltaAccThr()1422 deltaAccThr = Math.min(deltaAccThr, mDeviceConfigFacade in getByteDeltaAccThr()1425 return deltaAccThr; in getByteDeltaAccThr()