Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionConnectedStateTest.java253 verify(mIpSecSvc, times(callbacks.size())) in verifyVcnTransformsApplied()
258 verify(mIpSecSvc, expectForwardTransform ? times(callbacks.size()) : never()) in verifyVcnTransformsApplied()
314 verify(mIpSecSvc, times(2)) in testMigration()
321 verify(mIpSecSvc) in testMigration()
413 verify(mIpSecSvc) in testChildOpenedRegistersNetwork()
535 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
564 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
568 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
577 verify(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in testInternalAndDnsAddressesChanged()
578 verifyNoMoreInteractions(mIpSecSvc); in testInternalAndDnsAddressesChanged()
H A DVcnGatewayConnectionTestBase.java179 @NonNull protected final IpSecService mIpSecSvc; field in VcnGatewayConnectionTestBase
204 mIpSecSvc = mock(IpSecService.class); in VcnGatewayConnectionTestBase()
205 setupIpSecManager(mContext, mIpSecSvc); in VcnGatewayConnectionTestBase()
255 doReturn(resp).when(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in setUp()
H A DVcnGatewayConnectionDisconnectedStateTest.java110 verify(mIpSecSvc).deleteTunnelInterface(eq(TEST_IPSEC_TUNNEL_RESOURCE_ID), any()); in testTeardown()