Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1575 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in createConcurrentNattSocketKeepalives() local
1576 final UdpEncapsulationSocket nattSocket = mIpSec.openUdpEncapsulationSocket(); in createConcurrentNattSocketKeepalives()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java5525 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesWithExecutor() local
5526 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
5683 final UdpEncapsulationSocket testSocket2 = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
5806 final IpSecManager mIpSec = (IpSecManager) mContext.getSystemService(Context.IPSEC_SERVICE); in doTestNattSocketKeepalivesFdWithExecutor() local
5807 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesFdWithExecutor()