Searched refs:mCurrentIkeSaRecord (Results 1 – 2 of 2) sorted by relevance
440 @VisibleForTesting IkeSaRecord mCurrentIkeSaRecord; field in IkeSessionStateMachine974 closeIkeSaRecord(mCurrentIkeSaRecord, expectSaClosed); in closeAllSaRecords()978 mCurrentIkeSaRecord = null; in closeAllSaRecords()1097 long remoteIkeSpi = mCurrentIkeSaRecord.getRemoteSpi(); in enterState()1153 sendEncryptedIkeMessage(buildIkeDeleteReq(mCurrentIkeSaRecord)); in processStateMessage()1218 || req.remoteSpi == mCurrentIkeSaRecord.getRemoteSpi()) { in isRequestForCurrentSa()1368 sendEncryptedIkeMessage(mCurrentIkeSaRecord, msg); in sendEncryptedIkeMessage()1418 mCurrentIkeSaRecord, payloads, isResponse, messageId); in buildEncryptedInformationalMessage()1762 mCurrentIkeSaRecord, in handleReceivedIkePacket()1910 this(mCurrentIkeSaRecord, msg); in EncryptedRetransmitter()[all …]
1457 mIkeSessionStateMachine.mCurrentIkeSaRecord = mSpyCurrentIkeSaRecord; in setIkeInitResults()2071 mIkeSessionStateMachine.mCurrentIkeSaRecord = null; in testKillChildSessions()3343 assertEquals(mIkeSessionStateMachine.mCurrentIkeSaRecord, newSaRecord); in verifyRekeyReplaceSa()3767 mIkeSessionStateMachine.mCurrentIkeSaRecord = mSpyLocalInitIkeSaRecord; in testRekeyCreateIkeSchedulesRekey()