Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java191 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithData()
201 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithoutData()
211 assertFalse(notifyPayload.isErrorNotify()); in testBuildChildConfigNotify()
221 assertTrue(notifyPayload.isErrorNotify()); in testBuildChildErrorNotify()
394 assertFalse(payload.isErrorNotify()); in testBuildIkeExceptionWithStatusNotify()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java474 public boolean isErrorNotify() { in isErrorNotify() method in IkeNotifyPayload
497 if (!isErrorNotify()) { in validateAndBuildIkeException()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java2187 if (notifyPayload.isErrorNotify()) { in handle3gppRespAndExtractNonError3gppPayloads()
3280 if (notifyPayload.isErrorNotify()) { in validateIkeInitResp()
3653 if (notifyPayload.isErrorNotify()) { in handleNotifyInLastAuthResp()
4153 if (notifyPayload.isErrorNotify()) { in handleResponseIkeMessage()
4374 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyReq()
4397 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyResp()
4426 if (!notifyPayload.isErrorNotify()) continue; in handleErrorNotifyIfExists()
5369 if (notifyPayload.isErrorNotify()) { in validateResp()
DChildSessionStateMachine.java1294 if (!notify.isErrorNotify()) { in validateDeleteRespPayloadAndExchangeType()
2321 if (notify.isErrorNotify()) { in validateAndNegotiateChild()
2451 if (((IkeNotifyPayload) payload).isErrorNotify()) hasErrorNotify = true; in validatePayloadAndExchangeType()