Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3874 IkeNotifyPayload firstErrorNotifyPayload = null; in handleErrorNotifyIfExists() local
3882 if (firstErrorNotifyPayload == null) firstErrorNotifyPayload = notifyPayload; in handleErrorNotifyIfExists()
3892 if (firstErrorNotifyPayload == null) return NOT_HANDLED; in handleErrorNotifyIfExists()
3914 + firstErrorNotifyPayload.notifyType in handleErrorNotifyIfExists()