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

/frameworks/base/core/java/android/net/
H A DNetworkStats.java819 * snapshot {@link NetworkStats} object because the tunUid and/or the underlyingIface may
827 * @param tunUid uid of the VPN application
832 public boolean migrateTun(int tunUid, String tunIface, String underlyingIface) { argument
836 tunAdjustmentInit(tunUid, tunIface, underlyingIface, tunIfaceTotal, underlyingIfaceTotal);
846 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
861 * (2) Adds up all the traffic through the tunUid's underlyingIface
864 private void tunAdjustmentInit(int tunUid, String tunIface, String underlyingIface, argument
877 if (recycle.uid == tunUid && recycle.tag == TAG_NONE
947 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { argument
949 moved.uid = tunUid;
[all...]

Completed in 103 milliseconds