Searched refs:mIpSecService (Results 1 – 1 of 1) sorted by relevance
304 @Mock private IpSecService mIpSecService; field in VpnTest368 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()