Home
last modified time | relevance | path

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

/frameworks/base/core/tests/companiontests/src/android/companion/
DSystemDataTransportTest.java112 final byte[] actual = waitForByteArray(out, expected.length); in testPingTrickle()
125 final byte[] actual = waitForByteArray(out, expected.length); in testPingDelay()
304 final byte[] actual = waitForByteArray(out, expected.length); in assertTransportBehavior()
308 private static byte[] waitForByteArray(ByteArrayOutputStream out, int size) { in waitForByteArray() method in SystemDataTransportTest