Searched refs:mIkeSessionStateMachine (Results 1 – 3 of 3) sorted by relevance
312 private IkeSessionStateMachine mIkeSessionStateMachine; field in IkeSessionStateMachineTest665 mIkeSessionStateMachine.sendMessageDelayed( in mockScheduleRekey()668 mIkeSessionStateMachine.mIkeSessionParams in mockScheduleRekey()734 mIkeSessionStateMachine = makeAndStartIkeSession(buildIkeSessionParamsPsk(mPsk)); in setUp()753 mIkeSessionStateMachine.killSession(); in tearDown()755 mIkeSessionStateMachine.setDbg(false); in tearDown()1151 mIkeSessionStateMachine in verifyRetransmissionStarted()1158 mIkeSessionStateMachine in verifyRetransmissionStopped()1207 mIkeSessionStateMachine.quit(); in testQuit()1210 verify(mSpyCurrentIkeSocket).releaseReference(eq(mIkeSessionStateMachine)); in testQuit()[all …]
57 @VisibleForTesting final IkeSessionStateMachine mIkeSessionStateMachine; field in IkeSession138 mIkeSessionStateMachine = in IkeSession()148 mIkeSessionStateMachine.openSession(); in IkeSession()209 mIkeSessionStateMachine.openChildSession(childSessionParams, childSessionCallback); in openChildSession()225 mIkeSessionStateMachine.closeChildSession(childSessionCallback); in closeChildSession()249 mIkeSessionStateMachine.closeSession(); in close()267 mIkeSessionStateMachine.killSession(); in kill()
88 assertNotNull(ikeSession.mIkeSessionStateMachine.getHandler().getLooper()); in testConstructIkeSession()130 sessions[0].mIkeSessionStateMachine.getHandler().getLooper(), in testConstructFromDifferentThreads()131 sessions[1].mIkeSessionStateMachine.getHandler().getLooper()); in testConstructFromDifferentThreads()154 ikeSession.mIkeSessionStateMachine.getCurrentState() in testOpensIkeSession()