Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1434 final Entry underlyingIfacesTotal = new Entry(); in migrateTun() local
1441 underlyingIfacesTotal); in migrateTun()
1448 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()
1474 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument
1500 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1519 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1544 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument
1584 underlyingIfacesTotal.rxBytes * rxBytes[i] / tunIfaceTotal.rxBytes; in addTrafficToApplications()
1591 underlyingIfacesTotal.rxPackets * rxPackets[i] / tunIfaceTotal.rxPackets; in addTrafficToApplications()
1597 underlyingIfacesTotal.txBytes * txBytes[i] / tunIfaceTotal.txBytes; in addTrafficToApplications()
[all …]