Searched defs:tunUid (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 947 public boolean migrateTun(int tunUid, String tunIface, String underlyingIface) { in migrateTun() 980 private void tunAdjustmentInit(int tunUid, String tunIface, String underlyingIface, in tunAdjustmentInit() 1016 private Entry addTrafficToApplications(int tunUid, String tunIface, String underlyingIface, in addTrafficToApplications() 1068 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { in deductTrafficFromVpnApp()
|
/frameworks/base/tests/net/java/android/net/ |
D | NetworkStatsTest.java | 463 final int tunUid = 10030; in testMigrateTun() local 560 final int tunUid = 10030; in testMigrateTun_VpnAsLoopback() local
|