Home
last modified time | relevance | path

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

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