Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java370 final long fracTxBytes = multiplySafeByRational(txBytes, overlap, duration); in recordData() local
378 addLong(this.txBytes, i, fracTxBytes); txBytes -= fracTxBytes; in recordData()