Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java296 final long rawTxBytes = entry.txBytes == 0 ? 1 : entry.txBytes; in getHistory() local
300 final long targetTxBytes = multiplySafeByRational(targetBytes, rawTxBytes, rawBytes); in getHistory()
312 targetTxBytes, entry.txBytes, rawTxBytes); in getHistory()