Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionConnectedStateTest.java257 verify(mIpSecSvc, times(callbacks.size())) in verifyVcnTransformsApplied()
262 verify(mIpSecSvc, expectForwardTransform ? times(callbacks.size()) : never()) in verifyVcnTransformsApplied()
319 verify(mIpSecSvc, times(2)) in testMigration()
326 verify(mIpSecSvc) in testMigration()
373 .when(mIpSecSvc) in testMigrationHandleFailure()
447 verify(mIpSecSvc) in testChildOpenedRegistersNetwork()
569 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
598 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
602 verify(mIpSecSvc) in testInternalAndDnsAddressesChanged()
611 verify(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in testInternalAndDnsAddressesChanged()
[all …]
DVcnGatewayConnectionTestBase.java177 @NonNull protected final IpSecService mIpSecSvc; field in VcnGatewayConnectionTestBase
203 mIpSecSvc = mock(IpSecService.class); in VcnGatewayConnectionTestBase()
204 setupIpSecManager(mContext, mIpSecSvc); in VcnGatewayConnectionTestBase()
265 doReturn(resp).when(mIpSecSvc).createTunnelInterface(any(), any(), any(), any(), any()); in setUp()
DVcnGatewayConnectionDisconnectedStateTest.java110 verify(mIpSecSvc).deleteTunnelInterface(eq(TEST_IPSEC_TUNNEL_RESOURCE_ID), any()); in testTeardown()