Searched refs:mMockIkeSession (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | VcnGatewayConnectionDisconnectingStateTest.java | 57 verify(mMockIkeSession).close(); in testIkeSessionClosed() 58 verify(mMockIkeSession, never()).kill(); in testIkeSessionClosed() 74 verify(mMockIkeSession).kill(); in testTimeoutExpired()
|
H A D | VcnGatewayConnectionTestBase.java | 150 protected VcnIkeSession mMockIkeSession; field in VcnGatewayConnectionTestBase 207 mMockIkeSession = mock(VcnIkeSession.class); in setUp() 208 doReturn(mMockIkeSession).when(mDeps).newIkeSession(any(), any(), any(), any(), any()); in setUp()
|
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/ |
H A D | EpdgTunnelManagerTest.java | 97 @Mock private IkeSession mMockIkeSession; field in EpdgTunnelManagerTest 217 testApnName2, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testBringUPTunnelWithNoBringUpInProcess() 255 testApnName, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testCloseTunnelWithForceClose() 259 verify(mMockIkeSession).kill(); in testCloseTunnelWithForceClose() 268 testApnName, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testCloseTunnelWithNonForceClose() 272 verify(mMockIkeSession).close(); in testCloseTunnelWithNonForceClose() 800 testApnName, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testHandleOnClosedWithEpdgAddressSelected_True() 850 testApnName, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testHandleOnClosedExceptionallyWithEpdgAddressSelected_True() 1063 testApnName, mMockIkeSession, mMockIwlanTunnelCallback, null, 0); in testReportIwlanErrorIkeProtocolException()
|