Home
last modified time | relevance | path

Searched defs:ioException (Results 1 – 25 of 25) sorted by relevance

/external/volley/core/src/main/java/com/android/volley/toolbox/
DAsyncHttpStack.java49 void onError(IOException ioException); in onError()
163 IOException ioException; field in AsyncHttpStack.Response
168 @Nullable IOException ioException, in Response()
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DGoogleAuthException.java156 IOException ioException, String message) { in createWithTokenEndpointIOException()
178 static GoogleAuthException createWithTokenEndpointIOException(IOException ioException) { in createWithTokenEndpointIOException()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DFakeFileBackend.java121 IOException ioException; in throwIf() local
172 IOException ioException; in openForWrite() local
186 IOException ioException; in openForAppend() local
/external/jsoup/src/main/java/org/jsoup/
DUncheckedIOException.java19 public IOException ioException() { in ioException() method in UncheckedIOException
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DAsyncSinkTest.java135 Exception ioException = new IOException("some exception"); in write_shouldCachePreviousException() local
164 Exception ioException = new IOException("some exception"); in write_shouldThrowIfAlreadyClosed() local
DExceptionHandlingFrameWriterTest.java73 public void ioException() { in ioException() method in ExceptionHandlingFrameWriterTest
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DExceptions.java21 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DExceptions.java21 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DExceptions.java17 public static IOException ioException(String message, Throwable cause) in ioException() method in Exceptions
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyServerTransportTest.java44 public void ioException() { in ioException() method in NettyServerTransportTest
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/
DUnusedChannelExceptionHandlerTest.java33 private IOException ioException = new IOException(); field in UnusedChannelExceptionHandlerTest
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/http2/
DHttp2StreamExceptionHandlerTest.java94 IOException ioException = new IOException("yolo"); in ioException_shouldFireExceptionAndPropagateException() local
DMultiplexedChannelRecordTest.java216 IOException ioException = new IOException("foobar"); in closeChildChannels_shouldDeliverException() local
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/http/
DAmazonHttpClientTest.java80 IOException ioException = new IOException("BOOM"); in testRetryIoExceptionFromExecute() local
/external/jsoup/src/test/java/org/jsoup/integration/
DConnectIT.java79 AtomicBoolean ioException = new AtomicBoolean(); in canInterruptThenJoinASpawnedThread() local
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
DProxyTunnelInitHandler.java138 IOException ioException = cause == null ? new IOException(errorMsg) : in handleConnectRequestFailure() local
/external/robolectric/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DFakeHttpLayer.java295 private IOException ioException; field in FakeHttpLayer.RequestMatcherResponseRule
304 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithThrowablesTest.java165 IOException ioException = new IOException(); in shouldAllowSettingCheckedException() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java346 ClassName ioException = ClassName.get(IOException.class); in duplicateExceptionsIgnored() local
/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/
DJavaCodeGeneratorTest.java560 Variable ioException = in createPrintShelfListToFile() local
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DSpdy3.java279 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
DHttp2.java585 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java277 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Spdy3.Reader
DHttp2.java583 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DHttp2.java598 private static IOException ioException(String message, Object... args) throws IOException { in ioException() method in Http2