Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1566 final long txBytesAcrossUnderlyingIfaces = in addTrafficToApplications() local
1568 totalTxBytes = Math.min(txBytes[i], txBytesAcrossUnderlyingIfaces); in addTrafficToApplications()