Home
last modified time | relevance | path

Searched refs:targetBytes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java316 final long targetBytes = augmentPlan.getDataUsageBytes(); in getHistory() local
317 final long targetRxBytes = multiplySafe(targetBytes, rawRxBytes, rawBytes); in getHistory()
318 final long targetTxBytes = multiplySafe(targetBytes, rawTxBytes, rawBytes); in getHistory()