Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java39 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;
372 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
DIkeNotifyPayload.java100 public @interface NotifyType {} annotation in IkeNotifyPayload
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java91 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;
612 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification()
616 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1420 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()