Home
last modified time | relevance | path

Searched refs:isNewChildSaNotify (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java192 assertFalse(notifyPayload.isNewChildSaNotify()); in testBuildIkeErrorNotifyWithData()
202 assertFalse(notifyPayload.isNewChildSaNotify()); in testBuildIkeErrorNotifyWithoutData()
212 assertTrue(notifyPayload.isNewChildSaNotify()); in testBuildChildConfigNotify()
222 assertTrue(notifyPayload.isNewChildSaNotify()); in testBuildChildErrorNotify()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java496 public boolean isNewChildSaNotify() { in isNewChildSaNotify() method in IkeNotifyPayload
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3949 if (((IkeNotifyPayload) payload).isNewChildSaNotify()) { in extractChildPayloadsFromMessage()
4009 if (notifyPayload.isNewChildSaNotify() && authPayload != null) { in handleNotifyInLastAuthResp()
4022 } else if (notifyPayload.isNewChildSaNotify()) { in handleNotifyInLastAuthResp()