Home
last modified time | relevance | path

Searched refs:SlowHttpServerConnection (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java857 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()
867 private static class SlowHttpServerConnection extends DefaultHttpServerConnection { class in NativeDecoderTest
872 public SlowHttpServerConnection(CountDownLatch disconnected, int delayMillis) { in SlowHttpServerConnection() method in NativeDecoderTest.SlowHttpServerConnection