Home
last modified time | relevance | path

Searched defs:notifyType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java218 public final int notifyType; field in IkeNotifyPayload
349 @ProtocolId int protocolId, byte spiSize, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload()
366 public IkeNotifyPayload(int notifyType, byte[] notifyData) { in IkeNotifyPayload()
381 public IkeNotifyPayload(int notifyType) { in IkeNotifyPayload()
393 @ProtocolId int protocolId, int spi, int notifyType, byte[] notifyData) { in IkeNotifyPayload()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java515 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification()
519 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java598 private void createChildSessionAndReceiveErrorNotification(int notifyType) throws Exception { in createChildSessionAndReceiveErrorNotification()
DIkeSessionStateMachineTest.java1120 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()