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.java312 public void writeLine(String s) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
314 super.writeLine(s); in createSessionOutputBuffer()
318 public void writeLine(CharArrayBuffer buffer) throws IOException { in createSessionOutputBuffer() method in MediaPlayerFlakyNetworkTest.FlakyHttpServerConnection
320 super.writeLine(buffer); in createSessionOutputBuffer()
DNativeDecoderTest.java1063 public void writeLine(String s) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
1065 super.writeLine(s); in createSessionOutputBuffer()
1069 public void writeLine(CharArrayBuffer buffer) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
1071 super.writeLine(buffer); in createSessionOutputBuffer()