Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java309 public void writeLine(String s) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
311 super.writeLine(s); in createSessionOutputBuffer()
315 public void writeLine(CharArrayBuffer buffer) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
317 super.writeLine(buffer); in createSessionOutputBuffer()
DNativeDecoderTest.java899 public void writeLine(String s) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
901 super.writeLine(s); in createSessionOutputBuffer()
905 public void writeLine(CharArrayBuffer buffer) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
907 super.writeLine(buffer); in createSessionOutputBuffer()