Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectingStateTest.java57 verify(mMockIkeSession).close(); in testIkeSessionClosed()
58 verify(mMockIkeSession, never()).kill(); in testIkeSessionClosed()
74 verify(mMockIkeSession).kill(); in testTimeoutExpired()
H A DVcnGatewayConnectionTestBase.java186 protected VcnIkeSession mMockIkeSession; field in VcnGatewayConnectionTestBase
257 mMockIkeSession = mock(VcnIkeSession.class); in setUp()
258 doReturn(mMockIkeSession).when(mDeps).newIkeSession(any(), any(), any(), any(), any()); in setUp()