Searched refs:TUN_IFACE (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
D | NetworkStatsBaseTest.java | 45 static final String TUN_IFACE = "test_nss_tun0"; field in NetworkStatsBaseTest 114 return createVpnInfo(TUN_IFACE, underlyingIfaces); in createVpnInfo()
|
D | NetworkStatsFactoryTest.java | 133 assertValues(tunStats, TUN_IFACE, UID_RED, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL, in testVpnRewriteTrafficThroughItself() 135 assertValues(tunStats, TUN_IFACE, UID_BLUE, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL, in testVpnRewriteTrafficThroughItself() 137 assertValues(tunStats, TUN_IFACE, UID_VPN, SET_ALL, TAG_NONE, METERED_ALL, ROAMING_ALL, in testVpnRewriteTrafficThroughItself() 288 createVpnInfo(TUN_IFACE, new String[] {TEST_IFACE}), in testConcurrentVpns()
|