HomeSort by relevance Sort by last modified time
    Searched defs:rethrowAsSocketException (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/android/system/
ErrnoException.java 79 public SocketException rethrowAsSocketException() throws SocketException {
  /frameworks/base/core/java/android/net/
Network.java 344 throw e.rethrowAsSocketException();
355 .rethrowAsSocketException();
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 202 throw errnoException.rethrowAsSocketException();
PlainSocketImpl.java 169 throw errnoException.rethrowAsSocketException();
199 errnoException.rethrowAsSocketException();
293 throw errnoException.rethrowAsSocketException();
NetworkInterface.java 375 throw e.rethrowAsSocketException();
531 throw e.rethrowAsSocketException();
562 throw e.rethrowAsSocketException();
DatagramSocket.java     [all...]
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 294 throw errnoException.rethrowAsSocketException();
366 throw errnoException.rethrowAsSocketException();
651 throw errnoException.rethrowAsSocketException();
659 throw errnoException.rethrowAsSocketException();
671 throw errnoException.rethrowAsSocketException();
694 e.rethrowAsSocketException();
702 throw errnoException.rethrowAsSocketException();
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 108 throw errnoException.rethrowAsSocketException();

Completed in 101 milliseconds