Searched refs:createVpnInfo (Results 1 – 4 of 4) sorted by relevance
108 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE})}; in testVpnRewriteTrafficThroughItself()137 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {CLAT_PREFIX + TEST_IFACE})}; in testVpnWithClat()170 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE})}; in testVpnWithOneUnderlyingIface()194 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE})}; in testVpnWithOneUnderlyingIfaceAndOwnTraffic()222 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE})}; in testVpnWithOneUnderlyingIface_withCompression()245 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE, TEST_IFACE2})}; in testVpnWithTwoUnderlyingIfaces_packetDuplication()271 createVpnInfo(TUN_IFACE, new String[] {TEST_IFACE}), in testConcurrentVpns()272 createVpnInfo(TUN_IFACE2, new String[] {TEST_IFACE2})}; in testConcurrentVpns()311 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE, TEST_IFACE2})}; in testVpnWithTwoUnderlyingIfaces_splitTraffic()338 VpnInfo[] vpnInfos = new VpnInfo[] {createVpnInfo(new String[] {TEST_IFACE, TEST_IFACE2})}; in testVpnWithTwoUnderlyingIfaces_splitTrafficWithCompression()[all …]
111 static VpnInfo createVpnInfo(String[] underlyingIfaces) { in createVpnInfo() method in NetworkStatsBaseTest112 return createVpnInfo(TUN_IFACE, underlyingIfaces); in createVpnInfo()115 static VpnInfo createVpnInfo(String vpnIface, String[] underlyingIfaces) { in createVpnInfo() method in NetworkStatsBaseTest
4683 VpnInfo info = createVpnInfo(mVpns.valueAt(i)); in getAllVpnInfo()4697 private VpnInfo createVpnInfo(Vpn vpn) { in createVpnInfo() method in ConnectivityService
777 HSPLcom/android/server/ConnectivityService;->createVpnInfo(Lcom/android/server/connectivity/Vpn;)Lc…