Searched refs:targetBytes (Results 1 – 1 of 1) sorted by relevance
316 final long targetBytes = augmentPlan.getDataUsageBytes(); in getHistory() local317 final long targetRxBytes = multiplySafe(targetBytes, rawRxBytes, rawBytes); in getHistory()318 final long targetTxBytes = multiplySafe(targetBytes, rawTxBytes, rawBytes); in getHistory()