Searched refs:NotifyType (Results 1 – 4 of 4) sorted by relevance
39 import com.android.internal.net.ipsec.ike.message.IkeNotifyPayload.NotifyType;372 public boolean hasNotifyPayload(@NotifyType int notifyType) { in hasNotifyPayload()
100 public @interface NotifyType {} annotation in IkeNotifyPayload
91 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()
1420 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()