Searched refs:rawRxBytes (Results 1 – 1 of 1) sorted by relevance
286 final long rawRxBytes = entry.rxBytes == 0 ? 1 : entry.rxBytes; in getHistory() local290 final long targetRxBytes = multiplySafeByRational(targetBytes, rawRxBytes, rawBytes); in getHistory()301 targetRxBytes, entry.rxBytes, rawRxBytes); in getHistory()