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