Home
last modified time | relevance | path

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

/cts/tests/net/src/android/net/cts/
DLocalSocketTest.java335 testFlushWorks(clientOutputStream, serverInputStream); in testFlush()
339 testFlushWorks(serverOutputStream, clientInputStream); in testFlush()
345 private void testFlushWorks(OutputStream outputStream, InputStream inputStream) in testFlushWorks() method in LocalSocketTest