Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java291 final long targetTxBytes = multiplySafeByRational(targetBytes, rawTxBytes, rawBytes); in getHistory() local
303 targetTxBytes, entry.txBytes, rawTxBytes); in getHistory()