Searched refs:NETWORK_ISSUE_MESSAGE (Results 1 – 1 of 1) sorted by relevance
128 private static final String NETWORK_ISSUE_MESSAGE = "network issue"; field in OkHttpClientTransportTest293 assertEquals(NETWORK_ISSUE_MESSAGE, listener1.status.getCause().getMessage()); in nextFrameThrowIoException()295 assertEquals(NETWORK_ISSUE_MESSAGE, listener2.status.getCause().getMessage()); in nextFrameThrowIoException()1907 throw new IOException(NETWORK_ISSUE_MESSAGE); in nextFrame()