Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStats.java1434 final Entry underlyingIfacesTotal = new Entry(); in migrateTun() local
1441 underlyingIfacesTotal); in migrateTun()
1448 perInterfaceTotal, underlyingIfacesTotal); in migrateTun()
1500 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1519 underlyingIfacesTotal.add(recycle); in tunAdjustmentInit()
1619 if (underlyingIfacesTotal.rxBytes > 0) { in addTrafficToApplications()
1623 / underlyingIfacesTotal.rxBytes; in addTrafficToApplications()
1626 if (underlyingIfacesTotal.rxPackets > 0) { in addTrafficToApplications()
1633 if (underlyingIfacesTotal.txBytes > 0) { in addTrafficToApplications()
1640 if (underlyingIfacesTotal.txPackets > 0) { in addTrafficToApplications()
[all …]