Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java295 final long rawRxBytes = entry.rxBytes == 0 ? 1 : entry.rxBytes; in getHistory() local
299 final long targetRxBytes = multiplySafeByRational(targetBytes, rawRxBytes, rawBytes); in getHistory()
310 targetRxBytes, entry.rxBytes, rawRxBytes); in getHistory()