Searched refs:mIkeSessionStateMachine (Results 1 – 3 of 3) sorted by relevance
408 private IkeSessionStateMachine mIkeSessionStateMachine; field in IkeSessionStateMachineTest766 mIkeSessionStateMachine.sendMessageDelayed( in mockScheduleRekey()769 mIkeSessionStateMachine.mIkeSessionParams in mockScheduleRekey()829 mIkeSessionStateMachine = makeAndStartIkeSession(buildIkeSessionParamsPsk(mPsk)); in setUp()850 mIkeSessionStateMachine.killSession(); in tearDown()852 mIkeSessionStateMachine.setDbg(false); in tearDown()1431 mIkeSessionStateMachine in verifyRetransmissionStarted()1438 mIkeSessionStateMachine in verifyRetransmissionStopped()1491 mIkeSessionStateMachine.quit(); in testQuit()1601 mIkeSessionStateMachine.quitNow(); in setupAndVerifyDnsResolutionForIkeSession()[all …]
56 @VisibleForTesting final IkeSessionStateMachine mIkeSessionStateMachine; field in IkeSession137 mIkeSessionStateMachine = in IkeSession()147 mIkeSessionStateMachine.openSession(); in IkeSession()208 mIkeSessionStateMachine.openChildSession(childSessionParams, childSessionCallback); in openChildSession()224 mIkeSessionStateMachine.closeChildSession(childSessionCallback); in closeChildSession()248 mIkeSessionStateMachine.closeSession(); in close()266 mIkeSessionStateMachine.killSession(); in kill()311 mIkeSessionStateMachine.setNetwork(network); in setNetwork()
96 assertNotNull(ikeSession.mIkeSessionStateMachine.getHandler().getLooper()); in testConstructIkeSession()138 sessions[0].mIkeSessionStateMachine.getHandler().getLooper(), in testConstructFromDifferentThreads()139 sessions[1].mIkeSessionStateMachine.getHandler().getLooper()); in testConstructFromDifferentThreads()162 ikeSession.mIkeSessionStateMachine.getCurrentState() in testOpensIkeSession()