Home
last modified time | relevance | path

Searched defs:underlyingIface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkStats.java1124 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/
DNetworkStatsTest.java500 final String underlyingIface = "wlan0"; in testMigrateTun() local
598 final String underlyingIface = "wlan0"; in testMigrateTun_VpnAsLoopback() local