Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStats.java1427 public void migrateTun(int tunUid, @NonNull String tunIface, in migrateTun() argument
1440 tunAdjustmentInit(tunUid, tunIface, underlyingIfaces, tunIfaceTotal, perInterfaceTotal, in migrateTun()
1447 addTrafficToApplications(tunUid, tunIface, underlyingIfaces, tunIfaceTotal, in migrateTun()
1449 deductTrafficFromVpnApp(tunUid, underlyingIfaces, moved); in migrateTun()
1472 private void tunAdjustmentInit(int tunUid, @NonNull String tunIface, in tunAdjustmentInit() argument
1491 if (tunUid == Process.SYSTEM_UID) { in tunAdjustmentInit()
1514 } else if (recycle.uid == tunUid) { in tunAdjustmentInit()
1542 private Entry[] addTrafficToApplications(int tunUid, @NonNull String tunIface, in addTrafficToApplications() argument
1560 if (uid[i] == tunUid && tunUid != Process.SYSTEM_UID) { in addTrafficToApplications()
1669 int tunUid, in deductTrafficFromVpnApp() argument
[all …]