Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DQosCallbackExceptionTest.java28 import android.net.SocketNotConnectedException;
83 final Throwable sockNotConnectedException = new SocketNotConnectedException(); in testSocketNotConnectedExceptions()
86 exception, sockNotConnectedException, SocketNotConnectedException.class); in testSocketNotConnectedExceptions()
102 if (c == SocketNotConnectedException.class) { in validateQosCallbackException()
103 assertTrue(e.getCause() instanceof SocketNotConnectedException); in validateQosCallbackException()
/packages/modules/Connectivity/framework/src/android/net/
DSocketNotConnectedException.java29 public class SocketNotConnectedException extends Exception { class
31 public SocketNotConnectedException() { in SocketNotConnectedException() method in SocketNotConnectedException
DQosCallbackException.java98 return new QosCallbackException(new SocketNotConnectedException()); in createException()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt487 public class SocketNotConnectedException extends java.lang.Exception {
488 ctor public SocketNotConnectedException();