Home
last modified time | relevance | path

Searched refs:buildNotifyPayload (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolExceptionTest.java44 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithData()
54 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithoutData()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolException.java219 public IkeNotifyPayload buildNotifyPayload() { in buildNotifyPayload() method in IkeProtocolException
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java1867 IkeNotifyPayload errNotify = exception.buildNotifyPayload(); in handleRequestGenericProcessError()
2139 mCurrentIkeSaRecord, messageId, e.buildNotifyPayload()); in handleRekeyCreationFailure()
DChildSessionStateMachine.java1729 payloads.add(e.buildNotifyPayload()); in handleCreationFailureAndBackToIdle()