Searched defs:tunUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStats.java936 * snapshot {@link NetworkStats} object because the tunUid and/or the underlyingIface may
944 * @param tunUid uid of the VPN application
949 public boolean migrateTun(int tunUid, String tunIface, String underlyingIface) { argument
953 tunAdjustmentInit(tunUid, tunIface, underlyingIface, tunIfaceTotal, underlyingIfaceTotal);
963 addTrafficToApplications(tunUid, tunIface, underlyingIface, tunIfaceTotal, pool);
964 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
978 * (1) Adds up all the traffic through the tunUid's underlyingIface
982 private void tunAdjustmentInit(int tunUid, String tunIface, String underlyingIface, argument
995 if (recycle.uid == tunUid && recycle.tag == TAG_NONE
1000 if (recycle.uid != tunUid
1018 addTrafficToApplications(int tunUid, String tunIface, String underlyingIface, Entry tunIfaceTotal, Entry pool) argument
1070 deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) argument
[all...]

Completed in 90 milliseconds