Searched refs:SlowHttpServerConnection (Results 1 – 1 of 1) sorted by relevance
1021 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()1031 private static class SlowHttpServerConnection extends DefaultHttpServerConnection { class in NativeDecoderTest1036 public SlowHttpServerConnection(CountDownLatch disconnected, int delayMillis) { in SlowHttpServerConnection() method in NativeDecoderTest.SlowHttpServerConnection