Searched refs:SocketNotBoundException (Results 1 – 4 of 4) sorted by relevance
27 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()
29 public class SocketNotBoundException extends Exception { class31 public SocketNotBoundException() { in SocketNotBoundException() method in SocketNotBoundException
96 return new QosCallbackException(new SocketNotBoundException()); in createException()
483 public class SocketNotBoundException extends java.lang.Exception {484 ctor public SocketNotBoundException();