Searched refs:NotifyType (Results 1 – 3 of 3) sorted by relevance
90 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()
93 public @interface NotifyType {} annotation in IkeNotifyPayload
1120 List<IkePayload> payloadList, @IkeNotifyPayload.NotifyType int notifyType) { in isNotifyExist()