Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java2163 List<IkeNotifyPayload> notifyPayloads = in hasRemoteChildSpiForRekey() local
2168 for (IkeNotifyPayload notifyPayload : notifyPayloads) { in hasRemoteChildSpiForRekey()
2214 List<IkeNotifyPayload> notifyPayloads = in validateAndNegotiateChild() local
2221 for (IkeNotifyPayload notify : notifyPayloads) { in validateAndNegotiateChild()
DIkeSessionStateMachine.java1328 List<IkeNotifyPayload> notifyPayloads = in getIkeExchangeSubType() local
1334 for (IkeNotifyPayload notifyPayload : notifyPayloads) { in getIkeExchangeSubType()
1814 List<IkeNotifyPayload> notifyPayloads = in isTempFailure() local
1817 for (IkeNotifyPayload notify : notifyPayloads) { in isTempFailure()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java911 List<IkeNotifyPayload> notifyPayloads = in verifyOutboundRekeyNotifyPayload() local
914 assertEquals(1, notifyPayloads.size()); in verifyOutboundRekeyNotifyPayload()
915 IkeNotifyPayload notifyPayload = notifyPayloads.get(0); in verifyOutboundRekeyNotifyPayload()
DIkeSessionStateMachineTest.java2231 List<IkeNotifyPayload> notifyPayloads = in verifyAuthenticationCommonAndGetIkeMessage() local
2234 assertFalse(hasEapOnlyNotifyPayload(notifyPayloads)); in verifyAuthenticationCommonAndGetIkeMessage()
4770 List<IkeNotifyPayload> notifyPayloads = in testEapOnlyOption() local
4773 assertTrue(hasEapOnlyNotifyPayload(notifyPayloads)); in testEapOnlyOption()
4782 private boolean hasEapOnlyNotifyPayload(List<IkeNotifyPayload> notifyPayloads) { in hasEapOnlyNotifyPayload() argument
4783 for (IkeNotifyPayload payload : notifyPayloads) { in hasEapOnlyNotifyPayload()