Home
last modified time | relevance | path

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

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