Home
last modified time | relevance | path

Searched refs:tunnelIntf (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java273 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface( in createAndValidateVti() local
276 assertNotNull(tunnelIntf); in createAndValidateVti()
277 return tunnelIntf; in createAndValidateVti()
282 IpSecManager.IpSecTunnelInterface tunnelIntf = in testCreateVti() local
285 assertEquals(VTI_INTF_NAME, tunnelIntf.getInterfaceName()); in testCreateVti()
287 tunnelIntf.close(); in testCreateVti()
293 IpSecManager.IpSecTunnelInterface tunnelIntf = in testAddRemoveAddressesFromVti() local
296 tunnelIntf.addAddress(VTI_INNER_ADDRESS.getAddress(), in testAddRemoveAddressesFromVti()
302 tunnelIntf.removeAddress(VTI_INNER_ADDRESS.getAddress(), in testAddRemoveAddressesFromVti()