Searched refs:childRespList (Results 1 – 2 of 2) sorted by relevance
1623 List<IkePayload> childRespList = mPayloadListCaptor.getValue(); in testCreateAdditionalChild() local1624 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_SA)); in testCreateAdditionalChild()1625 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_TS_INITIATOR)); in testCreateAdditionalChild()1626 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_TS_RESPONDER)); in testCreateAdditionalChild()1627 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_NONCE)); in testCreateAdditionalChild()2289 List<IkePayload> childRespList = mRespPayloadListCaptor.getValue(); in verifyAuthenticationCommonAndGetIkeMessage() local2300 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_SA)); in verifyAuthenticationCommonAndGetIkeMessage()2301 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_TS_INITIATOR)); in verifyAuthenticationCommonAndGetIkeMessage()2302 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_TS_RESPONDER)); in verifyAuthenticationCommonAndGetIkeMessage()2303 assertTrue(isIkePayloadExist(childRespList, IkePayload.PAYLOAD_TYPE_NONCE)); in verifyAuthenticationCommonAndGetIkeMessage()[all …]
3159 List<IkePayload> childReqList, List<IkePayload> childRespList) { in performFirstChildNegotiation() argument3161 childRespList.add(mIkeRespNoncePayload); in performFirstChildNegotiation()3170 childRespList))); in performFirstChildNegotiation()