Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1431 final Entry underlyingIfacesTotal = new Entry(); in migrateTun() local
1438 underlyingIfacesTotal); in migrateTun()
1445 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()
1471 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument
1493 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1518 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument
1554 underlyingIfacesTotal.rxBytes * rxBytes[i] / tunIfaceTotal.rxBytes; in addTrafficToApplications()
1561 underlyingIfacesTotal.rxPackets * rxPackets[i] / tunIfaceTotal.rxPackets; in addTrafficToApplications()
1567 underlyingIfacesTotal.txBytes * txBytes[i] / tunIfaceTotal.txBytes; in addTrafficToApplications()
1573 underlyingIfacesTotal.txPackets * txPackets[i] / tunIfaceTotal.txPackets; in addTrafficToApplications()
[all …]