Home
last modified time | relevance | path

Searched refs:isErrorNotify (Results 1 – 5 of 5) 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/android/net/ipsec/ike/ike3gpp/
DIke3gppBackoffTimer.java109 return notifyPayload.isErrorNotify(); in isValidErrorNotifyCause()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java484 public boolean isErrorNotify() { in isErrorNotify() method in IkeNotifyPayload
507 if (!isErrorNotify()) { in validateAndBuildIkeException()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java2364 if (notifyPayload.isErrorNotify()) { in handle3gppRespAndExtractNonError3gppPayloads()
3583 if (notifyPayload.isErrorNotify()) { in validateIkeInitResp()
4008 if (notifyPayload.isErrorNotify()) { in handleNotifyInLastAuthResp()
4581 if (notifyPayload.isErrorNotify()) { in handleResponseIkeMessage()
4847 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyReq()
4870 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyResp()
4899 if (!notifyPayload.isErrorNotify()) continue; in handleErrorNotifyIfExists()
5926 if (notifyPayload.isErrorNotify()) { in validateResp()
DChildSessionStateMachine.java1410 if (!notify.isErrorNotify()) { in validateDeleteRespPayloadAndExchangeType()
2510 if (notify.isErrorNotify()) { in validateAndNegotiateChild()
2640 if (((IkeNotifyPayload) payload).isErrorNotify()) hasErrorNotify = true; in validatePayloadAndExchangeType()