Searched refs:UnrecognizedIkeProtocolException (Results 1 – 4 of 4) sorted by relevance
33 public final class UnrecognizedIkeProtocolException extends IkeProtocolException { class44 public UnrecognizedIkeProtocolException(int errorType, @NonNull byte[] errorData) { in UnrecognizedIkeProtocolException() method in UnrecognizedIkeProtocolException
54 import android.net.ipsec.ike.exceptions.UnrecognizedIkeProtocolException;539 return new UnrecognizedIkeProtocolException(notifyType, notifyData); in validateAndBuildIkeException()
58 import android.net.ipsec.test.ike.exceptions.UnrecognizedIkeProtocolException;371 assertTrue(exception instanceof UnrecognizedIkeProtocolException); in testValidateAndBuildUnrecognizedIkeException()
132 import android.net.ipsec.test.ike.exceptions.UnrecognizedIkeProtocolException;5581 .onClosedWithException(any(UnrecognizedIkeProtocolException.class)); in verifyIkeAuthWithBackoffTimer()