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