Searched refs:isErrorNotify (Results 1 – 4 of 4) sorted by relevance
191 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithData()201 assertTrue(notifyPayload.isErrorNotify()); in testBuildIkeErrorNotifyWithoutData()211 assertFalse(notifyPayload.isErrorNotify()); in testBuildChildConfigNotify()221 assertTrue(notifyPayload.isErrorNotify()); in testBuildChildErrorNotify()394 assertFalse(payload.isErrorNotify()); in testBuildIkeExceptionWithStatusNotify()
474 public boolean isErrorNotify() { in isErrorNotify() method in IkeNotifyPayload497 if (!isErrorNotify()) { in validateAndBuildIkeException()
2187 if (notifyPayload.isErrorNotify()) { in handle3gppRespAndExtractNonError3gppPayloads()3280 if (notifyPayload.isErrorNotify()) { in validateIkeInitResp()3653 if (notifyPayload.isErrorNotify()) { in handleNotifyInLastAuthResp()4153 if (notifyPayload.isErrorNotify()) { in handleResponseIkeMessage()4374 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyReq()4397 if (notifyPayload.isErrorNotify()) { in validateIkeRekeyResp()4426 if (!notifyPayload.isErrorNotify()) continue; in handleErrorNotifyIfExists()5369 if (notifyPayload.isErrorNotify()) { in validateResp()
1294 if (!notify.isErrorNotify()) { in validateDeleteRespPayloadAndExchangeType()2321 if (notify.isErrorNotify()) { in validateAndNegotiateChild()2451 if (((IkeNotifyPayload) payload).isErrorNotify()) hasErrorNotify = true; in validatePayloadAndExchangeType()