Home
last modified time | relevance | path

Searched defs:notifyPayload (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java104 IkeNotifyPayload notifyPayload = in testBuildIkeErrorNotifyWithData() local
116 IkeNotifyPayload notifyPayload = in testBuildIkeErrorNotifyWithoutData() local
126 IkeNotifyPayload notifyPayload = in testBuildChildConfigNotify() local
136 IkeNotifyPayload notifyPayload = in testBuildChildErrorNotify() local
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java605 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType); in createChildSessionAndReceiveErrorNotification() local
860 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) respPayloadList.get(0); in testReplyRekeyRequestDuringDeletion() local
915 IkeNotifyPayload notifyPayload = notifyPayloads.get(0); in verifyOutboundRekeyNotifyPayload() local
1093 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(ERROR_TYPE_INTERNAL_ADDRESS_FAILURE); in testRekeyLocalCreateHandlesErrorNotifyResp() local
DIkeSessionStateMachineTest.java2012 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) ikePayloadList.get(0); in testHandleRekeyChildReqWithUnrecognizedSpi() local
4128 IkeNotifyPayload notifyPayload = notificationPayloadList.get(0); in verifySendTempFailResponse() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1400 IkeSaRecord ikeSaRecord, int messageId, IkeNotifyPayload notifyPayload) { in buildAndSendNotificationResponse()
2525 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleInboundRekeyChildRequest() local
2892 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeInitResp() local
3390 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeAuthResp() local
3606 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in handleResponseIkeMessage() local
3736 IkeNotifyPayload notifyPayload = (IkeNotifyPayload) payload; in validateIkeAuthRespPostEap() local
DChildSessionStateMachine.java521 IkeNotifyPayload notifyPayload = new IkeNotifyPayload(notifyType, notifyData); in replyErrorNotification() local