Searched refs:IkeIOException (Results 1 – 11 of 11) sorted by relevance
28 import android.net.ipsec.ike.exceptions.IkeIOException;79 final IkeIOException exception = new IkeIOException(cause); in testIkeIOException()86 new IkeIOException(null); in testIkeIOExceptionThrowOnNull()
19 import android.net.ipsec.ike.exceptions.IkeIOException;116 } else if (exception instanceof IkeIOException) { in IwlanError()117 IwlanErrorIkeIOException((IkeIOException) exception); in IwlanError()142 private void IwlanErrorIkeIOException(@NonNull IkeIOException exception) { in IwlanErrorIkeIOException()
34 public final class IkeIOException extends IkeNonProtocolException { class45 public IkeIOException(@NonNull IOException cause) { in IkeIOException() method in IkeIOException
23 import android.net.ipsec.test.ike.exceptions.IkeIOException;39 assertTrue(ikeException instanceof IkeIOException); in testGetWrappedIkeException()
24 import android.net.ipsec.ike.exceptions.IkeIOException;48 return new IkeIOException((IOException) exception); in getWrappedIkeException()
19 import android.net.ipsec.ike.exceptions.IkeIOException;128 || iwlanErrorWrapped instanceof IkeIOException) { in setIwlanErrorWrappedClassnameAndStack()
77 import android.net.ipsec.test.ike.exceptions.IkeIOException;497 } catch (IkeIOException | IkeInternalException expected) { in verifyIpFamilySelection()499 assertTrue(expected instanceof IkeIOException); in verifyIpFamilySelection()537 } catch (IkeIOException | IkeInternalException expected) { in testIpFamilySelectionAutoEncapNoneWithIpV4Remote()539 assertTrue(expected instanceof IkeIOException); in testIpFamilySelectionAutoEncapNoneWithIpV4Remote()578 } catch (IkeIOException | IkeInternalException expected) { in testIpFamilySelectionAutoEncapUdpWithIpV6Remote()580 assertTrue(expected instanceof IkeIOException); in testIpFamilySelectionAutoEncapUdpWithIpV6Remote()1253 verify(mMockConnectionCtrlCb).onError(any(IkeIOException.class)); in testOnUnderlyingNetworkUpdatedFail()
402 …public final class IkeIOException extends android.net.ipsec.ike.exceptions.IkeNonProtocolException…403 ctor public IkeIOException(@NonNull java.io.IOException);
57 import android.net.ipsec.ike.exceptions.IkeIOException;1840 if (ikeException instanceof IkeIOException) { in getErrorFromIkeException()
66 import android.net.ipsec.ike.exceptions.IkeIOException;165 @Mock IkeIOException mMockIkeIoException;
141 import android.net.ipsec.test.ike.exceptions.IkeIOException;1613 argThat(e -> e instanceof IkeIOException in verifyFireCallbackOnDnsFailure()7598 argThat(e -> e instanceof IkeIOException in testHandleRetransmissionTimeout()7655 e instanceof IkeIOException in testDpdOnDemandIkeLocalInfoLivenessRetransmissionTimeout()