Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java4420 IkeNotifyPayload firstErrorNotifyPayload = null; in handleErrorNotifyIfExists() local
4428 if (firstErrorNotifyPayload == null) firstErrorNotifyPayload = notifyPayload; in handleErrorNotifyIfExists()
4438 if (firstErrorNotifyPayload == null) return NOT_HANDLED; in handleErrorNotifyIfExists()
4460 + firstErrorNotifyPayload.notifyType in handleErrorNotifyIfExists()