HomeSort by relevance Sort by last modified time
    Searched defs:rethrowAsSocketException (Results 1 - 14 of 14) 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 393 throw e.rethrowAsSocketException();
404 .rethrowAsSocketException();
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 295 throw errnoException.rethrowAsSocketException();
367 throw errnoException.rethrowAsSocketException();
624 throw errnoException.rethrowAsSocketException();
632 throw errnoException.rethrowAsSocketException();
644 throw errnoException.rethrowAsSocketException();
667 e.rethrowAsSocketException();
690 throw errnoException.rethrowAsSocketException();
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 203 throw errnoException.rethrowAsSocketException();
PlainSocketImpl.java 177 throw errnoException.rethrowAsSocketException();
207 errnoException.rethrowAsSocketException();
301 throw errnoException.rethrowAsSocketException();
NetworkInterface.java 401 throw e.rethrowAsSocketException();
573 throw e.rethrowAsSocketException();
616 throw e.rethrowAsSocketException();
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 115 throw errnoException.rethrowAsSocketException();
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 402 milliseconds