Searched refs:mMockIkeSession (Results 1 – 2 of 2) sorted by relevance
57 verify(mMockIkeSession).close(); in testIkeSessionClosed()58 verify(mMockIkeSession, never()).kill(); in testIkeSessionClosed()74 verify(mMockIkeSession).kill(); in testTimeoutExpired()
186 protected VcnIkeSession mMockIkeSession; field in VcnGatewayConnectionTestBase257 mMockIkeSession = mock(VcnIkeSession.class); in setUp()258 doReturn(mMockIkeSession).when(mDeps).newIkeSession(any(), any(), any(), any(), any()); in setUp()