Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessage.java38 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;
330 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
H A DIkeNotifyPayload.java99 public @interface NotifyType {} annotation in IkeNotifyPayload
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java93 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;
568 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification()
572 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java1299 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()