Searched refs:IkeTimeoutException (Results 1 – 7 of 7) sorted by relevance
34 public final class IkeTimeoutException extends IOException { class46 public IkeTimeoutException(@NonNull String message) { in IkeTimeoutException() method in IkeTimeoutException
77 } else if (getCause() instanceof IkeTimeoutException) { in getMetricsErrorCode()
31 import android.net.ipsec.ike.exceptions.IkeTimeoutException;72 final IkeTimeoutException exception = new IkeTimeoutException(ERROR_MSG); in testIkeTimeoutException()
24 import android.net.ipsec.test.ike.exceptions.IkeTimeoutException;47 assertTrue(exception instanceof IkeTimeoutException); in testGetRetransmissionFailedException()
27 import android.net.ipsec.ike.exceptions.IkeTimeoutException;56 return new IkeTimeoutException(errMsg); in getRetransmissionFailedException()
440 public final class IkeTimeoutException extends java.io.IOException {441 ctor public IkeTimeoutException(@NonNull String);
145 import android.net.ipsec.test.ike.exceptions.IkeTimeoutException;7599 && e.getCause() instanceof IkeTimeoutException)); in testHandleRetransmissionTimeout()7657 instanceof IkeTimeoutException)); in testDpdOnDemandIkeLocalInfoLivenessRetransmissionTimeout()