Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java90 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;
515 private void replyErrorNotification(@NotifyType int notifyType) { in replyErrorNotification()
519 private void replyErrorNotification(@NotifyType int notifyType, byte[] notifyData) { in replyErrorNotification()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java93 public @interface NotifyType {} annotation in IkeNotifyPayload
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1120 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()