Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolExceptionTest.java42 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithData()
52 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithoutData()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DIkeProtocolException.java219 public IkeNotifyPayload buildNotifyPayload() { in buildNotifyPayload() method in IkeProtocolException
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java1828 payloads.add(e.buildNotifyPayload()); in handleCreationFailureAndBackToIdle()
H A DIkeSessionStateMachine.java2138 IkeNotifyPayload errNotify = exception.buildNotifyPayload(); in handleRequestGenericProcessError()
2438 mCurrentIkeSaRecord, messageId, e.buildNotifyPayload()); in handleRekeyCreationFailure()