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