Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DQosCallbackExceptionTest.java27 import android.net.SocketNotBoundException;
65 final Throwable sockNotBoundException = new SocketNotBoundException(); in testSocketNotBoundExceptions()
68 exception, sockNotBoundException, SocketNotBoundException.class); in testSocketNotBoundExceptions()
108 } else if (c == SocketNotBoundException.class) { in validateQosCallbackException()
109 assertTrue(e.getCause() instanceof SocketNotBoundException); in validateQosCallbackException()
/packages/modules/Connectivity/framework/src/android/net/
DSocketNotBoundException.java29 public class SocketNotBoundException extends Exception { class
31 public SocketNotBoundException() { in SocketNotBoundException() method in SocketNotBoundException
DQosCallbackException.java96 return new QosCallbackException(new SocketNotBoundException()); in createException()
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt483 public class SocketNotBoundException extends java.lang.Exception {
484 ctor public SocketNotBoundException();