Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java1585 final Entry underlyingIfacesTotal = new Entry(); in migrateTun() local
1592 underlyingIfacesTotal); in migrateTun()
1599 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()
1625 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument
1651 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1670 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1695 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument
1735 multiplySafeByRational(underlyingIfacesTotal.rxBytes, in addTrafficToApplications()
1743 multiplySafeByRational(underlyingIfacesTotal.rxPackets, in addTrafficToApplications()
1750 multiplySafeByRational(underlyingIfacesTotal.txBytes, in addTrafficToApplications()
[all …]