Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1429 final Entry[] perInterfaceTotal = new Entry[underlyingIfaces.length]; in migrateTun() local
1433 for (int i = 0; i < perInterfaceTotal.length; i++) { in migrateTun()
1434 perInterfaceTotal[i] = new Entry(); in migrateTun()
1437 tunAdjustmentInit(tunUid, tunIface, underlyingIfaces, tunIfaceTotal, perInterfaceTotal, in migrateTun()
1445 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()
1471 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in tunAdjustmentInit() argument
1492 perInterfaceTotal[j].add(recycle); in tunAdjustmentInit()
1518 @NonNull Entry[] perInterfaceTotal, @NonNull Entry underlyingIfacesTotal) { in addTrafficToApplications() argument
1592 * perInterfaceTotal[j].rxBytes in addTrafficToApplications()
1599 * perInterfaceTotal[j].rxPackets in addTrafficToApplications()
[all …]