Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java304 @Mock private IpSecService mIpSecService; field in VpnTest
368 mIpSecManager = new IpSecManager(mContext, mIpSecService); in setUp()
415 when(mIpSecService.createTunnelInterface(any(), any(), any(), any(), any())) in setUp()
2071 verify(mIpSecService, times(expectedTimes)).applyTunnelModeTransform( in verifyApplyTunnelModeTransforms()
2074 verify(mIpSecService, times(expectedTimes)).applyTunnelModeTransform( in verifyApplyTunnelModeTransforms()
2756 verify(mIpSecService).setNetworkForTunnelInterface( in testStartPlatformVpnMobility_mobikeEnabled()