Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/
H A DSystemDataTransportTest.java103 final byte[] actual = waitForByteArray(out, expected.length); in testPingTrickle()
116 final byte[] actual = waitForByteArray(out, expected.length); in testPingDelay()
228 final byte[] actual = waitForByteArray(out, expected.length); in assertTransportBehavior()
232 private static byte[] waitForByteArray(ByteArrayOutputStream out, int size) { in waitForByteArray() method in SystemDataTransportTest